Html Css Color HEX #358228 Bilbao

📋 copy color: '#358228'

red 53 ◦ green 130 ◦ blue 40

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

Shades of Bilbao #358228

Tints of Bilbao #358228

RGB

 RED value IS 53 (21.09% from 255) = 23.77%

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

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

R = 23.77%
G = 58.3%
B = 17.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#358228 (or 0x358228) is known color: Bilbao. HEX triplet: 35, 82 and 28. RGB value is (53,130,40). Sum of RGB (Red+Green+Blue) = 53+130+40=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #358228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358228 is #CA7DD7. Grayscale: #616161. Windows color (decimal): -13270488 or 2654773. OLE color: 2654773.

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

Color convert

RGB 53 130 40 -
CMYK 0.59 0 0.69 0.49
HSL 111.33º 0.53% 0.33% -
HSV(B) 111.33º 0.69% 0.51% -
XYZ 9.83 16.88 4.75 -
YUV 96.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 53 130 40 0.59 0 0.69 0.49 111.33 0.53 0.33
Hex 35 82 28 3B 0 45 31 6F 35 21
Octal 65 202 50 73 0 105 61 157 65 41
Binary 110101 10000010 101000 111011 0 1000101 110001 1101111 110101 100001

Color Harmonies of #358228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358228

Black with #358228

Text Example


Text Example

White with #358228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358228; }

 p { color: rgb(53,130,40); }

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

background-color css

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

 a { background-color: rgb(53,130,40); }

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

border-color css

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

 span { border-color: rgb(53,130,40); }

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