Html Css Color HEX #448408 Bilbao

📋 copy color: '#448408'

red 68 ◦ green 132 ◦ blue 8

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

Shades of Bilbao #448408

Tints of Bilbao #448408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 63.46%

 BLUE value IS 8 (3.52% from 255) = 3.85%

R = 32.69%
G = 63.46%
B = 3.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#448408 (or 0x448408) is known color: Bilbao. HEX triplet: 44, 84 and 08. RGB value is (68,132,8). Sum of RGB (Red+Green+Blue) = 68+132+8=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #448408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448408 is #BB7BF7. Grayscale: #636363. Windows color (decimal): -12286968 or 558148. OLE color: 558148.

HSL color Cylindrical-coordinate representation of color #448408: hue angle of 90.97º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #448408 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 8 -
CMYK 0.48 0 0.94 0.48
HSL 90.97º 0.89% 0.27% -
HSV(B) 90.97º 0.94% 0.52% -
XYZ 10.68 17.75 3.09 -
YUV 98.73 76.8 106.08 -
System Red Green Blue C M Y K H S L
Decimal 68 132 8 0.48 0 0.94 0.48 90.97 0.89 0.27
Hex 44 84 8 30 0 5E 30 5B 59 1B
Octal 104 204 10 60 0 136 60 133 131 33
Binary 1000100 10000100 1000 110000 0 1011110 110000 1011011 1011001 11011

Color Harmonies of #448408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448408

Black with #448408

Text Example


Text Example

White with #448408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448408; }

 p { color: rgb(68,132,8); }

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

background-color css

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

 a { background-color: rgb(68,132,8); }

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

border-color css

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

 span { border-color: rgb(68,132,8); }

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