Html Css Color HEX #428133 Bilbao

📋 copy color: '#428133'

red 66 ◦ green 129 ◦ blue 51

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

Shades of Bilbao #428133

Tints of Bilbao #428133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.44%

 BLUE value IS 51 (20.31% from 255) = 20.73%

R = 26.83%
G = 52.44%
B = 20.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#428133 (or 0x428133) is known color: Bilbao. HEX triplet: 42, 81 and 33. RGB value is (66,129,51). Sum of RGB (Red+Green+Blue) = 66+129+51=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #428133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428133 is #BD7ECC. Grayscale: #656565. Windows color (decimal): -12418765 or 3375426. OLE color: 3375426.

HSL color Cylindrical-coordinate representation of color #428133: hue angle of 108.46º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428133 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 51 -
CMYK 0.49 0 0.60 0.49
HSL 108.46º 0.43% 0.35% -
HSV(B) 108.46º 0.6% 0.51% -
XYZ 10.69 17.1 5.87 -
YUV 101.27 99.63 102.84 -
System Red Green Blue C M Y K H S L
Decimal 66 129 51 0.49 0 0.60 0.49 108.46 0.43 0.35
Hex 42 81 33 31 0 3C 31 6C 2B 23
Octal 102 201 63 61 0 74 61 154 53 43
Binary 1000010 10000001 110011 110001 0 111100 110001 1101100 101011 100011

Color Harmonies of #428133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428133

Black with #428133

Text Example


Text Example

White with #428133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428133; }

 p { color: rgb(66,129,51); }

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

background-color css

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

 a { background-color: rgb(66,129,51); }

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

border-color css

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

 span { border-color: rgb(66,129,51); }

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