Html Css Color HEX #428225 Bilbao

📋 copy color: '#428225'

red 66 ◦ green 130 ◦ blue 37

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

Shades of Bilbao #428225

Tints of Bilbao #428225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.79%

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

R = 28.33%
G = 55.79%
B = 15.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#428225 (or 0x428225) is known color: Bilbao. HEX triplet: 42, 82 and 25. RGB value is (66,130,37). Sum of RGB (Red+Green+Blue) = 66+130+37=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #428225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428225 is #BD7DDA. Grayscale: #646464. Windows color (decimal): -12418523 or 2458178. OLE color: 2458178.

HSL color Cylindrical-coordinate representation of color #428225: hue angle of 101.29º 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 #428225 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 37 -
CMYK 0.49 0 0.72 0.49
HSL 101.29º 0.56% 0.33% -
HSV(B) 101.29º 0.72% 0.51% -
XYZ 10.56 17.26 4.52 -
YUV 100.26 92.3 103.56 -
System Red Green Blue C M Y K H S L
Decimal 66 130 37 0.49 0 0.72 0.49 101.29 0.56 0.33
Hex 42 82 25 31 0 48 31 65 38 21
Octal 102 202 45 61 0 110 61 145 70 41
Binary 1000010 10000010 100101 110001 0 1001000 110001 1100101 111000 100001

Color Harmonies of #428225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428225

Black with #428225

Text Example


Text Example

White with #428225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428225; }

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

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

background-color css

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

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

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

border-color css

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

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

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