Html Css Color HEX #447328 Bilbao

📋 copy color: '#447328'

red 68 ◦ green 115 ◦ blue 40

#447328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #447328

Tints of Bilbao #447328

RGB

 RED value IS 68 (26.95% from 255) = 30.49%

 GREEN value IS 115 (45.31% from 255) = 51.57%

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 30.49%
G = 51.57%
B = 17.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#447328 (or 0x447328) is known color: Bilbao. HEX triplet: 44, 73 and 28. RGB value is (68,115,40). Sum of RGB (Red+Green+Blue) = 68+115+40=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #447328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447328 is #BB8CD7. Grayscale: #5C5C5C. Windows color (decimal): -12291288 or 2650948. OLE color: 2650948.

HSL color Cylindrical-coordinate representation of color #447328: hue angle of 97.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447328 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 115 40 -
CMYK 0.41 0 0.65 0.55
HSL 97.6º 0.48% 0.3% -
HSV(B) 97.6º 0.65% 0.45% -
XYZ 8.9 13.64 4.17 -
YUV 92.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 68 115 40 0.41 0 0.65 0.55 97.6 0.48 0.3
Hex 44 73 28 29 0 41 37 62 30 1E
Octal 104 163 50 51 0 101 67 142 60 36
Binary 1000100 1110011 101000 101001 0 1000001 110111 1100010 110000 11110

Color Harmonies of #447328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447328

Black with #447328

Text Example


Text Example

White with #447328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447328; }

 p { color: rgb(68,115,40); }

 H1.HeaderClassName
 {
   color: #447328;
 }
 .AnyTagClassName
 {
   color: #447328;
 }
</style>

background-color css

<style>
 a { background-color: #447328; }

 a { background-color: rgb(68,115,40); }

 div.DivClassName
 {
   background-color: #447328;
 }
 .BgClassName
 {
   background-color: #447328;
 }
</style>

border-color css

<style>
 span { border-color: #447328; }

 span { border-color: rgb(68,115,40); }

 td.TdClassName
 {
   border-color: #447328;
 }
 .TagClassName
 {
   border-color: #447328;
 }
</style>