Html Css Color HEX #447329 Bilbao

📋 copy color: '#447329'

red 68 ◦ green 115 ◦ blue 41

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

Shades of Bilbao #447329

Tints of Bilbao #447329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.3%

R = 30.36%
G = 51.34%
B = 18.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#447329 (or 0x447329) is known color: Bilbao. HEX triplet: 44, 73 and 29. RGB value is (68,115,41). Sum of RGB (Red+Green+Blue) = 68+115+41=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #447329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447329 is #BB8CD6. Grayscale: #5C5C5C. Windows color (decimal): -12291287 or 2716484. OLE color: 2716484.

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

Color convert

RGB 68 115 41 -
CMYK 0.41 0 0.64 0.55
HSL 98.11º 0.47% 0.31% -
HSV(B) 98.11º 0.64% 0.45% -
XYZ 8.91 13.65 4.26 -
YUV 92.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 68 115 41 0.41 0 0.64 0.55 98.11 0.47 0.31
Hex 44 73 29 29 0 40 37 62 2F 1F
Octal 104 163 51 51 0 100 67 142 57 37
Binary 1000100 1110011 101001 101001 0 1000000 110111 1100010 101111 11111

Color Harmonies of #447329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447329

Black with #447329

Text Example


Text Example

White with #447329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447329; }

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

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

background-color css

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

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

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

border-color css

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

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

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