Html Css Color HEX #467816 Bilbao

📋 copy color: '#467816'

red 70 ◦ green 120 ◦ blue 22

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

Shades of Bilbao #467816

Tints of Bilbao #467816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.38%

R = 33.02%
G = 56.6%
B = 10.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#467816 (or 0x467816) is known color: Bilbao. HEX triplet: 46, 78 and 16. RGB value is (70,120,22). Sum of RGB (Red+Green+Blue) = 70+120+22=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #467816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467816 is #B987E9. Grayscale: #5E5E5E. Windows color (decimal): -12158954 or 1472582. OLE color: 1472582.

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

Color convert

RGB 70 120 22 -
CMYK 0.42 0 0.82 0.53
HSL 90.61º 0.69% 0.28% -
HSV(B) 90.61º 0.82% 0.47% -
XYZ 9.39 14.79 3.12 -
YUV 93.88 87.44 110.97 -
System Red Green Blue C M Y K H S L
Decimal 70 120 22 0.42 0 0.82 0.53 90.61 0.69 0.28
Hex 46 78 16 2A 0 52 35 5B 45 1C
Octal 106 170 26 52 0 122 65 133 105 34
Binary 1000110 1111000 10110 101010 0 1010010 110101 1011011 1000101 11100

Color Harmonies of #467816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467816

Black with #467816

Text Example


Text Example

White with #467816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467816; }

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

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

background-color css

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

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

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

border-color css

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

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

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