Html Css Color HEX #357513 Bilbao

📋 copy color: '#357513'

red 53 ◦ green 117 ◦ blue 19

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

Shades of Bilbao #357513

Tints of Bilbao #357513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 28.04%
G = 61.9%
B = 10.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#357513 (or 0x357513) is known color: Bilbao. HEX triplet: 35, 75 and 13. RGB value is (53,117,19). Sum of RGB (Red+Green+Blue) = 53+117+19=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #357513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357513 is #CA8AEC. Grayscale: #575757. Windows color (decimal): -13273837 or 1275189. OLE color: 1275189.

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

Color convert

RGB 53 117 19 -
CMYK 0.55 0 0.84 0.54
HSL 99.18º 0.72% 0.27% -
HSV(B) 99.18º 0.84% 0.46% -
XYZ 7.95 13.53 2.81 -
YUV 86.69 89.8 103.97 -
System Red Green Blue C M Y K H S L
Decimal 53 117 19 0.55 0 0.84 0.54 99.18 0.72 0.27
Hex 35 75 13 37 0 54 36 63 48 1B
Octal 65 165 23 67 0 124 66 143 110 33
Binary 110101 1110101 10011 110111 0 1010100 110110 1100011 1001000 11011

Color Harmonies of #357513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357513

Black with #357513

Text Example


Text Example

White with #357513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357513; }

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

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

background-color css

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

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

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

border-color css

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

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

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