Html Css Color HEX #357520 Bilbao

📋 copy color: '#357520'

red 53 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #357520

Tints of Bilbao #357520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.92%

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

R = 26.24%
G = 57.92%
B = 15.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#357520 (or 0x357520) is known color: Bilbao. HEX triplet: 35, 75 and 20. RGB value is (53,117,32). Sum of RGB (Red+Green+Blue) = 53+117+32=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #357520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357520 is #CA8ADF. Grayscale: #585858. Windows color (decimal): -13273824 or 2127157. OLE color: 2127157.

HSL color Cylindrical-coordinate representation of color #357520: hue angle of 105.18º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #357520 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 32 -
CMYK 0.55 0 0.73 0.54
HSL 105.18º 0.57% 0.29% -
HSV(B) 105.18º 0.73% 0.46% -
XYZ 8.09 13.58 3.56 -
YUV 88.17 96.3 102.91 -
System Red Green Blue C M Y K H S L
Decimal 53 117 32 0.55 0 0.73 0.54 105.18 0.57 0.29
Hex 35 75 20 37 0 49 36 69 39 1D
Octal 65 165 40 67 0 111 66 151 71 35
Binary 110101 1110101 100000 110111 0 1001001 110110 1101001 111001 11101

Color Harmonies of #357520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357520

Black with #357520

Text Example


Text Example

White with #357520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357520; }

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

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

background-color css

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

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

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

border-color css

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

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

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