Html Css Color HEX #468022 Bilbao

📋 copy color: '#468022'

red 70 ◦ green 128 ◦ blue 34

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

Shades of Bilbao #468022

Tints of Bilbao #468022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 30.17%
G = 55.17%
B = 14.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#468022 (or 0x468022) is known color: Bilbao. HEX triplet: 46, 80 and 22. RGB value is (70,128,34). Sum of RGB (Red+Green+Blue) = 70+128+34=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #468022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468022 is #B97FDD. Grayscale: #646464. Windows color (decimal): -12156894 or 2261062. OLE color: 2261062.

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

Color convert

RGB 70 128 34 -
CMYK 0.45 0 0.73 0.50
HSL 97.02º 0.58% 0.32% -
HSV(B) 97.02º 0.73% 0.5% -
XYZ 10.53 16.86 4.21 -
YUV 99.94 90.78 106.64 -
System Red Green Blue C M Y K H S L
Decimal 70 128 34 0.45 0 0.73 0.50 97.02 0.58 0.32
Hex 46 80 22 2D 0 49 32 61 3A 20
Octal 106 200 42 55 0 111 62 141 72 40
Binary 1000110 10000000 100010 101101 0 1001001 110010 1100001 111010 100000

Color Harmonies of #468022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468022

Black with #468022

Text Example


Text Example

White with #468022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468022; }

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

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

background-color css

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

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

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

border-color css

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

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

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