Html Css Color HEX #467918 Bilbao

📋 copy color: '#467918'

red 70 ◦ green 121 ◦ blue 24

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

Shades of Bilbao #467918

Tints of Bilbao #467918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.28%

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

R = 32.56%
G = 56.28%
B = 11.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#467918 (or 0x467918) is known color: Bilbao. HEX triplet: 46, 79 and 18. RGB value is (70,121,24). Sum of RGB (Red+Green+Blue) = 70+121+24=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 121 (47.66% from 255 or 56.28% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 121 - color contains mainly: green. Hex color #467918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467918 is #B986E7. Grayscale: #5F5F5F. Windows color (decimal): -12158696 or 1603910. OLE color: 1603910.

HSL color Cylindrical-coordinate representation of color #467918: hue angle of 91.55º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #467918 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 24 -
CMYK 0.42 0 0.80 0.53
HSL 91.55º 0.67% 0.28% -
HSV(B) 91.55º 0.8% 0.47% -
XYZ 9.53 15.04 3.27 -
YUV 94.69 88.1 110.39 -
System Red Green Blue C M Y K H S L
Decimal 70 121 24 0.42 0 0.80 0.53 91.55 0.67 0.28
Hex 46 79 18 2A 0 50 35 5C 43 1C
Octal 106 171 30 52 0 120 65 134 103 34
Binary 1000110 1111001 11000 101010 0 1010000 110101 1011100 1000011 11100

Color Harmonies of #467918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467918

Black with #467918

Text Example


Text Example

White with #467918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467918; }

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

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

background-color css

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

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

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

border-color css

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

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

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