Html Css Color HEX #357020 Bilbao

📋 copy color: '#357020'

red 53 ◦ green 112 ◦ blue 32

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

Shades of Bilbao #357020

Tints of Bilbao #357020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.85%

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

R = 26.9%
G = 56.85%
B = 16.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#357020 (or 0x357020) is known color: Bilbao. HEX triplet: 35, 70 and 20. RGB value is (53,112,32). Sum of RGB (Red+Green+Blue) = 53+112+32=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #357020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357020 is #CA8FDF. Grayscale: #555555. Windows color (decimal): -13275104 or 2125877. OLE color: 2125877.

HSL color Cylindrical-coordinate representation of color #357020: hue angle of 104.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #357020 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 32 -
CMYK 0.53 0 0.71 0.56
HSL 104.25º 0.56% 0.28% -
HSV(B) 104.25º 0.71% 0.44% -
XYZ 7.52 12.45 3.37 -
YUV 85.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 53 112 32 0.53 0 0.71 0.56 104.25 0.56 0.28
Hex 35 70 20 35 0 47 38 68 38 1C
Octal 65 160 40 65 0 107 70 150 70 34
Binary 110101 1110000 100000 110101 0 1000111 111000 1101000 111000 11100

Color Harmonies of #357020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357020

Black with #357020

Text Example


Text Example

White with #357020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357020; }

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

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

background-color css

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

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

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

border-color css

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

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

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