Html Css Color HEX #467812 Bilbao

📋 copy color: '#467812'

red 70 ◦ green 120 ◦ blue 18

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

Shades of Bilbao #467812

Tints of Bilbao #467812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 33.65%
G = 57.69%
B = 8.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#467812 (or 0x467812) is known color: Bilbao. HEX triplet: 46, 78 and 12. RGB value is (70,120,18). Sum of RGB (Red+Green+Blue) = 70+120+18=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #467812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467812 is #B987ED. Grayscale: #5D5D5D. Windows color (decimal): -12158958 or 1210438. OLE color: 1210438.

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

Color convert

RGB 70 120 18 -
CMYK 0.42 0 0.85 0.53
HSL 89.41º 0.74% 0.27% -
HSV(B) 89.41º 0.85% 0.47% -
XYZ 9.35 14.78 2.93 -
YUV 93.42 85.44 111.29 -
System Red Green Blue C M Y K H S L
Decimal 70 120 18 0.42 0 0.85 0.53 89.41 0.74 0.27
Hex 46 78 12 2A 0 55 35 59 4A 1B
Octal 106 170 22 52 0 125 65 131 112 33
Binary 1000110 1111000 10010 101010 0 1010101 110101 1011001 1001010 11011

Color Harmonies of #467812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467812

Black with #467812

Text Example


Text Example

White with #467812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467812; }

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

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

background-color css

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

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

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

border-color css

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

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

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