Html Css Color HEX #428325 Bilbao

📋 copy color: '#428325'

red 66 ◦ green 131 ◦ blue 37

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

Shades of Bilbao #428325

Tints of Bilbao #428325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 28.21%
G = 55.98%
B = 15.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#428325 (or 0x428325) is known color: Bilbao. HEX triplet: 42, 83 and 25. RGB value is (66,131,37). Sum of RGB (Red+Green+Blue) = 66+131+37=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #428325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428325 is #BD7CDA. Grayscale: #656565. Windows color (decimal): -12418267 or 2458434. OLE color: 2458434.

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

Color convert

RGB 66 131 37 -
CMYK 0.50 0 0.72 0.49
HSL 101.49º 0.56% 0.33% -
HSV(B) 101.49º 0.72% 0.51% -
XYZ 10.7 17.52 4.57 -
YUV 100.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 66 131 37 0.50 0 0.72 0.49 101.49 0.56 0.33
Hex 42 83 25 32 0 48 31 65 38 21
Octal 102 203 45 62 0 110 61 145 70 41
Binary 1000010 10000011 100101 110010 0 1001000 110001 1100101 111000 100001

Color Harmonies of #428325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428325

Black with #428325

Text Example


Text Example

White with #428325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428325; }

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

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

background-color css

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

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

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

border-color css

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

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

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