Html Css Color HEX #428521 Bilbao

📋 copy color: '#428521'

red 66 ◦ green 133 ◦ blue 33

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

Shades of Bilbao #428521

Tints of Bilbao #428521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.33%

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

R = 28.45%
G = 57.33%
B = 14.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#428521 (or 0x428521) is known color: Bilbao. HEX triplet: 42, 85 and 21. RGB value is (66,133,33). Sum of RGB (Red+Green+Blue) = 66+133+33=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #428521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428521 is #BD7ADE. Grayscale: #656565. Windows color (decimal): -12417759 or 2196802. OLE color: 2196802.

HSL color Cylindrical-coordinate representation of color #428521: hue angle of 100.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #428521 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 33 -
CMYK 0.50 0 0.75 0.48
HSL 100.2º 0.6% 0.33% -
HSV(B) 100.2º 0.75% 0.52% -
XYZ 10.91 18.04 4.35 -
YUV 101.57 89.3 102.63 -
System Red Green Blue C M Y K H S L
Decimal 66 133 33 0.50 0 0.75 0.48 100.2 0.6 0.33
Hex 42 85 21 32 0 4B 30 64 3C 21
Octal 102 205 41 62 0 113 60 144 74 41
Binary 1000010 10000101 100001 110010 0 1001011 110000 1100100 111100 100001

Color Harmonies of #428521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428521

Black with #428521

Text Example


Text Example

White with #428521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428521; }

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

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

background-color css

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

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

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

border-color css

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

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

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