Html Css Color HEX #467920 Bilbao

📋 copy color: '#467920'

red 70 ◦ green 121 ◦ blue 32

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

Shades of Bilbao #467920

Tints of Bilbao #467920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 31.39%
G = 54.26%
B = 14.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#467920 (or 0x467920) is known color: Bilbao. HEX triplet: 46, 79 and 20. RGB value is (70,121,32). Sum of RGB (Red+Green+Blue) = 70+121+32=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #467920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467920 is #B986DF. Grayscale: #5F5F5F. Windows color (decimal): -12158688 or 2128198. OLE color: 2128198.

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

Color convert

RGB 70 121 32 -
CMYK 0.42 0 0.74 0.53
HSL 94.38º 0.58% 0.3% -
HSV(B) 94.38º 0.74% 0.47% -
XYZ 9.62 15.08 3.77 -
YUV 95.61 92.1 109.74 -
System Red Green Blue C M Y K H S L
Decimal 70 121 32 0.42 0 0.74 0.53 94.38 0.58 0.3
Hex 46 79 20 2A 0 4A 35 5E 3A 1E
Octal 106 171 40 52 0 112 65 136 72 36
Binary 1000110 1111001 100000 101010 0 1001010 110101 1011110 111010 11110

Color Harmonies of #467920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467920

Black with #467920

Text Example


Text Example

White with #467920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467920; }

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

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

background-color css

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

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

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

border-color css

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

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

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