Html Css Color HEX #428121 Bilbao

📋 copy color: '#428121'

red 66 ◦ green 129 ◦ blue 33

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

Shades of Bilbao #428121

Tints of Bilbao #428121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.47%

R = 28.95%
G = 56.58%
B = 14.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#428121 (or 0x428121) is known color: Bilbao. HEX triplet: 42, 81 and 21. RGB value is (66,129,33). Sum of RGB (Red+Green+Blue) = 66+129+33=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #428121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428121 is #BD7EDE. Grayscale: #636363. Windows color (decimal): -12418783 or 2195778. OLE color: 2195778.

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

Color convert

RGB 66 129 33 -
CMYK 0.49 0 0.74 0.49
HSL 99.38º 0.59% 0.32% -
HSV(B) 99.38º 0.74% 0.51% -
XYZ 10.37 16.97 4.17 -
YUV 99.22 90.63 104.31 -
System Red Green Blue C M Y K H S L
Decimal 66 129 33 0.49 0 0.74 0.49 99.38 0.59 0.32
Hex 42 81 21 31 0 4A 31 63 3B 20
Octal 102 201 41 61 0 112 61 143 73 40
Binary 1000010 10000001 100001 110001 0 1001010 110001 1100011 111011 100000

Color Harmonies of #428121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428121

Black with #428121

Text Example


Text Example

White with #428121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428121; }

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

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

background-color css

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

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

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

border-color css

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

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

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