Html Css Color HEX #448308 Bilbao

📋 copy color: '#448308'

red 68 ◦ green 131 ◦ blue 8

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

Shades of Bilbao #448308

Tints of Bilbao #448308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 63.29%

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

R = 32.85%
G = 63.29%
B = 3.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#448308 (or 0x448308) is known color: Bilbao. HEX triplet: 44, 83 and 08. RGB value is (68,131,8). Sum of RGB (Red+Green+Blue) = 68+131+8=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #448308 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448308 is #BB7CF7. Grayscale: #626262. Windows color (decimal): -12287224 or 557892. OLE color: 557892.

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

Color convert

RGB 68 131 8 -
CMYK 0.48 0 0.94 0.49
HSL 90.73º 0.88% 0.27% -
HSV(B) 90.73º 0.94% 0.51% -
XYZ 10.54 17.48 3.05 -
YUV 98.14 77.13 106.5 -
System Red Green Blue C M Y K H S L
Decimal 68 131 8 0.48 0 0.94 0.49 90.73 0.88 0.27
Hex 44 83 8 30 0 5E 31 5B 58 1B
Octal 104 203 10 60 0 136 61 133 130 33
Binary 1000100 10000011 1000 110000 0 1011110 110001 1011011 1011000 11011

Color Harmonies of #448308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448308

Black with #448308

Text Example


Text Example

White with #448308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448308; }

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

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

background-color css

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

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

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

border-color css

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

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

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