Html Css Color HEX #467C18 Bilbao

📋 copy color: '#467C18'

red 70 ◦ green 124 ◦ blue 24

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

Shades of Bilbao #467C18

Tints of Bilbao #467C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 56.88%

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

R = 32.11%
G = 56.88%
B = 11.01%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#467C18 (or 0x467C18) is known color: Bilbao. HEX triplet: 46, 7C and 18. RGB value is (70,124,24). Sum of RGB (Red+Green+Blue) = 70+124+24=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #467C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467C18 is #B983E7. Grayscale: #606060. Windows color (decimal): -12157928 or 1604678. OLE color: 1604678.

HSL color Cylindrical-coordinate representation of color #467C18: hue angle of 92.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #467C18 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 124 24 -
CMYK 0.44 0 0.81 0.51
HSL 92.4º 0.68% 0.29% -
HSV(B) 92.4º 0.81% 0.49% -
XYZ 9.9 15.78 3.39 -
YUV 96.45 87.11 109.13 -
System Red Green Blue C M Y K H S L
Decimal 70 124 24 0.44 0 0.81 0.51 92.4 0.68 0.29
Hex 46 7C 18 2C 0 51 33 5C 44 1D
Octal 106 174 30 54 0 121 63 134 104 35
Binary 1000110 1111100 11000 101100 0 1010001 110011 1011100 1000100 11101

Color Harmonies of #467C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467C18

Black with #467C18

Text Example


Text Example

White with #467C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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