Html Css Color HEX #467818 Bilbao

📋 copy color: '#467818'

red 70 ◦ green 120 ◦ blue 24

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

Shades of Bilbao #467818

Tints of Bilbao #467818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.07%

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

R = 32.71%
G = 56.07%
B = 11.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#467818 (or 0x467818) is known color: Bilbao. HEX triplet: 46, 78 and 18. RGB value is (70,120,24). Sum of RGB (Red+Green+Blue) = 70+120+24=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #467818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467818 is #B987E7. Grayscale: #5E5E5E. Windows color (decimal): -12158952 or 1603654. OLE color: 1603654.

HSL color Cylindrical-coordinate representation of color #467818: hue angle of 91.25º 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 #467818 is Cyan = 0.42, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 120 24 -
CMYK 0.42 0 0.8 0.53
HSL 91.25º 0.67% 0.28% -
HSV(B) 91.25º 0.8% 0.47% -
XYZ 9.41 14.8 3.23 -
YUV 94.11 88.44 110.81 -
System Red Green Blue C M Y K H S L
Decimal 70 120 24 0.42 0 0.8 0.53 91.25 0.67 0.28
Hex 46 78 18 2A 0 50 35 5B 43 1C
Octal 106 170 30 52 0 120 65 133 103 34
Binary 1000110 1111000 11000 101010 0 1010000 110101 1011011 1000011 11100

Color Harmonies of #467818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467818

Black with #467818

Text Example


Text Example

White with #467818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467818; }

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

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

background-color css

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

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

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

border-color css

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

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

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