Html Css Color HEX #447705 Bilbao

📋 copy color: '#447705'

red 68 ◦ green 119 ◦ blue 5

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

Shades of Bilbao #447705

Tints of Bilbao #447705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.98%

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 35.42%
G = 61.98%
B = 2.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#447705 (or 0x447705) is known color: Bilbao. HEX triplet: 44, 77 and 05. RGB value is (68,119,5). Sum of RGB (Red+Green+Blue) = 68+119+5=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #447705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447705 is #BB88FA. Grayscale: #5B5B5B. Windows color (decimal): -12290299 or 358212. OLE color: 358212.

HSL color Cylindrical-coordinate representation of color #447705: hue angle of 86.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #447705 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 119 5 -
CMYK 0.43 0 0.96 0.53
HSL 86.84º 0.92% 0.24% -
HSV(B) 86.84º 0.96% 0.47% -
XYZ 9.01 14.43 2.45 -
YUV 90.76 79.6 111.77 -
System Red Green Blue C M Y K H S L
Decimal 68 119 5 0.43 0 0.96 0.53 86.84 0.92 0.24
Hex 44 77 5 2B 0 60 35 57 5C 18
Octal 104 167 5 53 0 140 65 127 134 30
Binary 1000100 1110111 101 101011 0 1100000 110101 1010111 1011100 11000

Color Harmonies of #447705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447705

Black with #447705

Text Example


Text Example

White with #447705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447705; }

 p { color: rgb(68,119,5); }

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

background-color css

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

 a { background-color: rgb(68,119,5); }

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

border-color css

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

 span { border-color: rgb(68,119,5); }

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