Html Css Color HEX #447427 Bilbao

📋 copy color: '#447427'

red 68 ◦ green 116 ◦ blue 39

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

Shades of Bilbao #447427

Tints of Bilbao #447427

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.02%

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 30.49%
G = 52.02%
B = 17.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#447427 (or 0x447427) is known color: Bilbao. HEX triplet: 44, 74 and 27. RGB value is (68,116,39). Sum of RGB (Red+Green+Blue) = 68+116+39=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #447427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447427 is #BB8BD8. Grayscale: #5D5D5D. Windows color (decimal): -12291033 or 2585668. OLE color: 2585668.

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

Color convert

RGB 68 116 39 -
CMYK 0.41 0 0.66 0.55
HSL 97.4º 0.5% 0.3% -
HSV(B) 97.4º 0.66% 0.45% -
XYZ 9 13.87 4.12 -
YUV 92.87 97.6 110.26 -
System Red Green Blue C M Y K H S L
Decimal 68 116 39 0.41 0 0.66 0.55 97.4 0.5 0.3
Hex 44 74 27 29 0 42 37 61 32 1E
Octal 104 164 47 51 0 102 67 141 62 36
Binary 1000100 1110100 100111 101001 0 1000010 110111 1100001 110010 11110

Color Harmonies of #447427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447427

Black with #447427

Text Example


Text Example

White with #447427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447427; }

 p { color: rgb(68,116,39); }

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

background-color css

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

 a { background-color: rgb(68,116,39); }

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

border-color css

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

 span { border-color: rgb(68,116,39); }

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