Html Css Color HEX #447800 Bilbao

📋 copy color: '#447800'

red 68 ◦ green 120 ◦ blue 0

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

Shades of Bilbao #447800

Tints of Bilbao #447800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 63.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.17%
G = 63.83%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#447800 (or 0x447800) is known color: Bilbao. HEX triplet: 44, 78 and 00. RGB value is (68,120,0). Sum of RGB (Red+Green+Blue) = 68+120+0=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 120 (47.27% from 255 or 63.83% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 120 - color contains mainly: green. Hex color #447800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447800 is #BB87FF. Grayscale: #5B5B5B. Windows color (decimal): -12290048 or 30788. OLE color: 30788.

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

Color convert

RGB 68 120 0 -
CMYK 0.43 0 1 0.53
HSL 86º 1% 0.24% -
HSV(B) 86º 1% 0.47% -
XYZ 9.1 14.66 2.35 -
YUV 90.77 76.77 111.76 -
System Red Green Blue C M Y K H S L
Decimal 68 120 0 0.43 0 1 0.53 86 1 0.24
Hex 44 78 0 2B 0 64 35 56 64 18
Octal 104 170 0 53 0 144 65 126 144 30
Binary 1000100 1111000 0 101011 0 1100100 110101 1010110 1100100 11000

Color Harmonies of #447800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447800

Black with #447800

Text Example


Text Example

White with #447800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447800; }

 p { color: rgb(68,120,0); }

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

background-color css

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

 a { background-color: rgb(68,120,0); }

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

border-color css

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

 span { border-color: rgb(68,120,0); }

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