Html Css Color HEX #428032 Bilbao

📋 copy color: '#428032'

red 66 ◦ green 128 ◦ blue 50

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

Shades of Bilbao #428032

Tints of Bilbao #428032

RGB

 RED value IS 66 (26.17% from 255) = 27.05%

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

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 27.05%
G = 52.46%
B = 20.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#428032 (or 0x428032) is known color: Bilbao. HEX triplet: 42, 80 and 32. RGB value is (66,128,50). Sum of RGB (Red+Green+Blue) = 66+128+50=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #428032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428032 is #BD7FCD. Grayscale: #646464. Windows color (decimal): -12419022 or 3309634. OLE color: 3309634.

HSL color Cylindrical-coordinate representation of color #428032: hue angle of 107.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #428032 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 50 -
CMYK 0.48 0 0.61 0.50
HSL 107.69º 0.44% 0.35% -
HSV(B) 107.69º 0.61% 0.5% -
XYZ 10.54 16.83 5.71 -
YUV 100.57 99.46 103.34 -
System Red Green Blue C M Y K H S L
Decimal 66 128 50 0.48 0 0.61 0.50 107.69 0.44 0.35
Hex 42 80 32 30 0 3D 32 6C 2C 23
Octal 102 200 62 60 0 75 62 154 54 43
Binary 1000010 10000000 110010 110000 0 111101 110010 1101100 101100 100011

Color Harmonies of #428032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428032

Black with #428032

Text Example


Text Example

White with #428032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428032; }

 p { color: rgb(66,128,50); }

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

background-color css

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

 a { background-color: rgb(66,128,50); }

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

border-color css

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

 span { border-color: rgb(66,128,50); }

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