Html Css Color HEX #447702 Bilbao

📋 copy color: '#447702'

red 68 ◦ green 119 ◦ blue 2

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

Shades of Bilbao #447702

Tints of Bilbao #447702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 35.98%
G = 62.96%
B = 1.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#447702 (or 0x447702) is known color: Bilbao. HEX triplet: 44, 77 and 02. RGB value is (68,119,2). Sum of RGB (Red+Green+Blue) = 68+119+2=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #447702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447702 is #BB88FD. Grayscale: #5A5A5A. Windows color (decimal): -12290302 or 161604. OLE color: 161604.

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

Color convert

RGB 68 119 2 -
CMYK 0.43 0 0.98 0.53
HSL 86.15º 0.97% 0.24% -
HSV(B) 86.15º 0.98% 0.47% -
XYZ 8.99 14.43 2.37 -
YUV 90.41 78.1 112.01 -
System Red Green Blue C M Y K H S L
Decimal 68 119 2 0.43 0 0.98 0.53 86.15 0.97 0.24
Hex 44 77 2 2B 0 62 35 56 61 18
Octal 104 167 2 53 0 142 65 126 141 30
Binary 1000100 1110111 10 101011 0 1100010 110101 1010110 1100001 11000

Color Harmonies of #447702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447702

Black with #447702

Text Example


Text Example

White with #447702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447702; }

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

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

background-color css

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

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

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

border-color css

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

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

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