Html Css Color HEX #428328 Bilbao

📋 copy color: '#428328'

red 66 ◦ green 131 ◦ blue 40

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

Shades of Bilbao #428328

Tints of Bilbao #428328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.27%

 BLUE value IS 40 (16.02% from 255) = 16.88%

R = 27.85%
G = 55.27%
B = 16.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#428328 (or 0x428328) is known color: Bilbao. HEX triplet: 42, 83 and 28. RGB value is (66,131,40). Sum of RGB (Red+Green+Blue) = 66+131+40=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #428328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428328 is #BD7CD7. Grayscale: #656565. Windows color (decimal): -12418264 or 2655042. OLE color: 2655042.

HSL color Cylindrical-coordinate representation of color #428328: hue angle of 102.86º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428328 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 40 -
CMYK 0.50 0 0.69 0.49
HSL 102.86º 0.53% 0.34% -
HSV(B) 102.86º 0.69% 0.51% -
XYZ 10.75 17.54 4.83 -
YUV 101.19 93.47 102.9 -
System Red Green Blue C M Y K H S L
Decimal 66 131 40 0.50 0 0.69 0.49 102.86 0.53 0.34
Hex 42 83 28 32 0 45 31 67 35 22
Octal 102 203 50 62 0 105 61 147 65 42
Binary 1000010 10000011 101000 110010 0 1000101 110001 1100111 110101 100010

Color Harmonies of #428328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428328

Black with #428328

Text Example


Text Example

White with #428328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428328; }

 p { color: rgb(66,131,40); }

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

background-color css

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

 a { background-color: rgb(66,131,40); }

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

border-color css

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

 span { border-color: rgb(66,131,40); }

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