Html Css Color HEX #428129 Bilbao

📋 copy color: '#428129'

red 66 ◦ green 129 ◦ blue 41

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

Shades of Bilbao #428129

Tints of Bilbao #428129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 27.97%
G = 54.66%
B = 17.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#428129 (or 0x428129) is known color: Bilbao. HEX triplet: 42, 81 and 29. RGB value is (66,129,41). Sum of RGB (Red+Green+Blue) = 66+129+41=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #428129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428129 is #BD7ED6. Grayscale: #646464. Windows color (decimal): -12418775 or 2720066. OLE color: 2720066.

HSL color Cylindrical-coordinate representation of color #428129: hue angle of 102.95º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428129 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 41 -
CMYK 0.49 0 0.68 0.49
HSL 102.95º 0.52% 0.33% -
HSV(B) 102.95º 0.68% 0.51% -
XYZ 10.5 17.02 4.83 -
YUV 100.13 94.63 103.66 -
System Red Green Blue C M Y K H S L
Decimal 66 129 41 0.49 0 0.68 0.49 102.95 0.52 0.33
Hex 42 81 29 31 0 44 31 67 34 21
Octal 102 201 51 61 0 104 61 147 64 41
Binary 1000010 10000001 101001 110001 0 1000100 110001 1100111 110100 100001

Color Harmonies of #428129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428129

Black with #428129

Text Example


Text Example

White with #428129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428129; }

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

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

background-color css

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

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

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

border-color css

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

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

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