Html Css Color HEX #447B14 Bilbao

📋 copy color: '#447B14'

red 68 ◦ green 123 ◦ blue 20

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

Shades of Bilbao #447B14

Tints of Bilbao #447B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 58.29%

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

R = 32.23%
G = 58.29%
B = 9.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#447B14 (or 0x447B14) is known color: Bilbao. HEX triplet: 44, 7B and 14. RGB value is (68,123,20). Sum of RGB (Red+Green+Blue) = 68+123+20=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 123 (48.44% from 255 or 58.29% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 123 - color contains mainly: green. Hex color #447B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B14 is #BB84EB. Grayscale: #5F5F5F. Windows color (decimal): -12289260 or 1342276. OLE color: 1342276.

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

Color convert

RGB 68 123 20 -
CMYK 0.45 0 0.84 0.52
HSL 92.04º 0.72% 0.28% -
HSV(B) 92.04º 0.84% 0.48% -
XYZ 9.59 15.45 3.14 -
YUV 94.81 85.78 108.88 -
System Red Green Blue C M Y K H S L
Decimal 68 123 20 0.45 0 0.84 0.52 92.04 0.72 0.28
Hex 44 7B 14 2D 0 54 34 5C 48 1C
Octal 104 173 24 55 0 124 64 134 110 34
Binary 1000100 1111011 10100 101101 0 1010100 110100 1011100 1001000 11100

Color Harmonies of #447B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447B14

Black with #447B14

Text Example


Text Example

White with #447B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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