Html Css Color HEX #468418 Bilbao

📋 copy color: '#468418'

red 70 ◦ green 132 ◦ blue 24

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

Shades of Bilbao #468418

Tints of Bilbao #468418

RGB

 RED value IS 70 (27.73% from 255) = 30.97%

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

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

R = 30.97%
G = 58.41%
B = 10.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#468418 (or 0x468418) is known color: Bilbao. HEX triplet: 46, 84 and 18. RGB value is (70,132,24). Sum of RGB (Red+Green+Blue) = 70+132+24=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #468418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468418 is #B97BE7. Grayscale: #656565. Windows color (decimal): -12155880 or 1606726. OLE color: 1606726.

HSL color Cylindrical-coordinate representation of color #468418: hue angle of 94.44º 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 #468418 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 24 -
CMYK 0.47 0 0.82 0.48
HSL 94.44º 0.69% 0.31% -
HSV(B) 94.44º 0.82% 0.52% -
XYZ 10.94 17.87 3.74 -
YUV 101.15 84.46 105.78 -
System Red Green Blue C M Y K H S L
Decimal 70 132 24 0.47 0 0.82 0.48 94.44 0.69 0.31
Hex 46 84 18 2F 0 52 30 5E 45 1F
Octal 106 204 30 57 0 122 60 136 105 37
Binary 1000110 10000100 11000 101111 0 1010010 110000 1011110 1000101 11111

Color Harmonies of #468418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468418

Black with #468418

Text Example


Text Example

White with #468418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468418; }

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

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

background-color css

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

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

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

border-color css

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

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

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