Html Css Color HEX #468020 Bilbao

📋 copy color: '#468020'

red 70 ◦ green 128 ◦ blue 32

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

Shades of Bilbao #468020

Tints of Bilbao #468020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.65%

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

R = 30.43%
G = 55.65%
B = 13.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#468020 (or 0x468020) is known color: Bilbao. HEX triplet: 46, 80 and 20. RGB value is (70,128,32). Sum of RGB (Red+Green+Blue) = 70+128+32=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #468020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468020 is #B97FDF. Grayscale: #646464. Windows color (decimal): -12156896 or 2129990. OLE color: 2129990.

HSL color Cylindrical-coordinate representation of color #468020: hue angle of 96.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #468020 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 32 -
CMYK 0.45 0 0.75 0.50
HSL 96.25º 0.6% 0.31% -
HSV(B) 96.25º 0.75% 0.5% -
XYZ 10.51 16.84 4.06 -
YUV 99.71 89.78 106.81 -
System Red Green Blue C M Y K H S L
Decimal 70 128 32 0.45 0 0.75 0.50 96.25 0.6 0.31
Hex 46 80 20 2D 0 4B 32 60 3C 1F
Octal 106 200 40 55 0 113 62 140 74 37
Binary 1000110 10000000 100000 101101 0 1001011 110010 1100000 111100 11111

Color Harmonies of #468020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468020

Black with #468020

Text Example


Text Example

White with #468020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468020; }

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

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

background-color css

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

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

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

border-color css

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

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

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