Html Css Color HEX #447E12 Bilbao

📋 copy color: '#447E12'

red 68 ◦ green 126 ◦ blue 18

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

Shades of Bilbao #447E12

Tints of Bilbao #447E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 59.43%

 BLUE value IS 18 (7.42% from 255) = 8.49%

R = 32.08%
G = 59.43%
B = 8.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#447E12 (or 0x447E12) is known color: Bilbao. HEX triplet: 44, 7E and 12. RGB value is (68,126,18). Sum of RGB (Red+Green+Blue) = 68+126+18=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 126 (49.61% from 255 or 59.43% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 126 - color contains mainly: green. Hex color #447E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447E12 is #BB81ED. Grayscale: #606060. Windows color (decimal): -12288494 or 1211972. OLE color: 1211972.

HSL color Cylindrical-coordinate representation of color #447E12: hue angle of 92.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #447E12 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 126 18 -
CMYK 0.46 0 0.86 0.51
HSL 92.22º 0.75% 0.28% -
HSV(B) 92.22º 0.86% 0.49% -
XYZ 9.95 16.19 3.17 -
YUV 96.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 68 126 18 0.46 0 0.86 0.51 92.22 0.75 0.28
Hex 44 7E 12 2E 0 56 33 5C 4B 1C
Octal 104 176 22 56 0 126 63 134 113 34
Binary 1000100 1111110 10010 101110 0 1010110 110011 1011100 1001011 11100

Color Harmonies of #447E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447E12

Black with #447E12

Text Example


Text Example

White with #447E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447E12; }

 p { color: rgb(68,126,18); }

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

background-color css

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

 a { background-color: rgb(68,126,18); }

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

border-color css

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

 span { border-color: rgb(68,126,18); }

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