Html Css Color HEX #358120 Bilbao

📋 copy color: '#358120'

red 53 ◦ green 129 ◦ blue 32

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

Shades of Bilbao #358120

Tints of Bilbao #358120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.28%

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 24.77%
G = 60.28%
B = 14.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#358120 (or 0x358120) is known color: Bilbao. HEX triplet: 35, 81 and 20. RGB value is (53,129,32). Sum of RGB (Red+Green+Blue) = 53+129+32=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #358120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358120 is #CA7EDF. Grayscale: #5F5F5F. Windows color (decimal): -13270752 or 2130229. OLE color: 2130229.

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

Color convert

RGB 53 129 32 -
CMYK 0.59 0 0.75 0.49
HSL 107.01º 0.6% 0.32% -
HSV(B) 107.01º 0.75% 0.51% -
XYZ 9.58 16.56 4.06 -
YUV 95.22 92.32 97.89 -
System Red Green Blue C M Y K H S L
Decimal 53 129 32 0.59 0 0.75 0.49 107.01 0.6 0.32
Hex 35 81 20 3B 0 4B 31 6B 3C 20
Octal 65 201 40 73 0 113 61 153 74 40
Binary 110101 10000001 100000 111011 0 1001011 110001 1101011 111100 100000

Color Harmonies of #358120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358120

Black with #358120

Text Example


Text Example

White with #358120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358120; }

 p { color: rgb(53,129,32); }

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

background-color css

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

 a { background-color: rgb(53,129,32); }

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

border-color css

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

 span { border-color: rgb(53,129,32); }

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