Html Css Color HEX #447D14 Bilbao

📋 copy color: '#447D14'

red 68 ◦ green 125 ◦ blue 20

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

Shades of Bilbao #447D14

Tints of Bilbao #447D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.69%

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

R = 31.92%
G = 58.69%
B = 9.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#447D14 (or 0x447D14) is known color: Bilbao. HEX triplet: 44, 7D and 14. RGB value is (68,125,20). Sum of RGB (Red+Green+Blue) = 68+125+20=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 125 (49.22% from 255 or 58.69% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 125 - color contains mainly: green. Hex color #447D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447D14 is #BB82EB. Grayscale: #606060. Windows color (decimal): -12288748 or 1342788. OLE color: 1342788.

HSL color Cylindrical-coordinate representation of color #447D14: hue angle of 92.57º 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 #447D14 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 125 20 -
CMYK 0.46 0 0.84 0.51
HSL 92.57º 0.72% 0.28% -
HSV(B) 92.57º 0.84% 0.49% -
XYZ 9.84 15.95 3.22 -
YUV 95.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 68 125 20 0.46 0 0.84 0.51 92.57 0.72 0.28
Hex 44 7D 14 2E 0 54 33 5D 48 1C
Octal 104 175 24 56 0 124 63 135 110 34
Binary 1000100 1111101 10100 101110 0 1010100 110011 1011101 1001000 11100

Color Harmonies of #447D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D14

Black with #447D14

Text Example


Text Example

White with #447D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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