Html Css Color HEX #357420 Bilbao

📋 copy color: '#357420'

red 53 ◦ green 116 ◦ blue 32

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

Shades of Bilbao #357420

Tints of Bilbao #357420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.71%

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

R = 26.37%
G = 57.71%
B = 15.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#357420 (or 0x357420) is known color: Bilbao. HEX triplet: 35, 74 and 20. RGB value is (53,116,32). Sum of RGB (Red+Green+Blue) = 53+116+32=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #357420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357420 is #CA8BDF. Grayscale: #575757. Windows color (decimal): -13274080 or 2126901. OLE color: 2126901.

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

Color convert

RGB 53 116 32 -
CMYK 0.54 0 0.72 0.55
HSL 105º 0.57% 0.29% -
HSV(B) 105º 0.72% 0.45% -
XYZ 7.97 13.35 3.52 -
YUV 87.59 96.63 103.33 -
System Red Green Blue C M Y K H S L
Decimal 53 116 32 0.54 0 0.72 0.55 105 0.57 0.29
Hex 35 74 20 36 0 48 37 69 39 1D
Octal 65 164 40 66 0 110 67 151 71 35
Binary 110101 1110100 100000 110110 0 1001000 110111 1101001 111001 11101

Color Harmonies of #357420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357420

Black with #357420

Text Example


Text Example

White with #357420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357420; }

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

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

background-color css

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

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

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

border-color css

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

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

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