Html Css Color HEX #447C14 Bilbao

📋 copy color: '#447C14'

red 68 ◦ green 124 ◦ blue 20

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

Shades of Bilbao #447C14

Tints of Bilbao #447C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 58.49%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 32.08%
G = 58.49%
B = 9.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#447C14 (or 0x447C14) is known color: Bilbao. HEX triplet: 44, 7C and 14. RGB value is (68,124,20). Sum of RGB (Red+Green+Blue) = 68+124+20=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #447C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447C14 is #BB83EB. Grayscale: #5F5F5F. Windows color (decimal): -12289004 or 1342532. OLE color: 1342532.

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

Color convert

RGB 68 124 20 -
CMYK 0.45 0 0.84 0.51
HSL 92.31º 0.72% 0.28% -
HSV(B) 92.31º 0.84% 0.49% -
XYZ 9.72 15.69 3.18 -
YUV 95.4 85.45 108.46 -
System Red Green Blue C M Y K H S L
Decimal 68 124 20 0.45 0 0.84 0.51 92.31 0.72 0.28
Hex 44 7C 14 2D 0 54 33 5C 48 1C
Octal 104 174 24 55 0 124 63 134 110 34
Binary 1000100 1111100 10100 101101 0 1010100 110011 1011100 1001000 11100

Color Harmonies of #447C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447C14

Black with #447C14

Text Example


Text Example

White with #447C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,124,20); }

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

background-color css

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

 a { background-color: rgb(68,124,20); }

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

border-color css

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

 span { border-color: rgb(68,124,20); }

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