Html Css Color HEX #448418 Bilbao

📋 copy color: '#448418'

red 68 ◦ green 132 ◦ blue 24

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

Shades of Bilbao #448418

Tints of Bilbao #448418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 30.36%
G = 58.93%
B = 10.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#448418 (or 0x448418) is known color: Bilbao. HEX triplet: 44, 84 and 18. RGB value is (68,132,24). Sum of RGB (Red+Green+Blue) = 68+132+24=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #448418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448418 is #BB7BE7. Grayscale: #646464. Windows color (decimal): -12286952 or 1606724. OLE color: 1606724.

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

Color convert

RGB 68 132 24 -
CMYK 0.48 0 0.82 0.48
HSL 95.56º 0.69% 0.31% -
HSV(B) 95.56º 0.82% 0.52% -
XYZ 10.8 17.8 3.73 -
YUV 100.55 84.8 104.78 -
System Red Green Blue C M Y K H S L
Decimal 68 132 24 0.48 0 0.82 0.48 95.56 0.69 0.31
Hex 44 84 18 30 0 52 30 60 45 1F
Octal 104 204 30 60 0 122 60 140 105 37
Binary 1000100 10000100 11000 110000 0 1010010 110000 1100000 1000101 11111

Color Harmonies of #448418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448418

Black with #448418

Text Example


Text Example

White with #448418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448418; }

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

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

background-color css

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

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

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

border-color css

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

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

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