Html Css Color HEX #357613 Bilbao

📋 copy color: '#357613'

red 53 ◦ green 118 ◦ blue 19

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

Shades of Bilbao #357613

Tints of Bilbao #357613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 62.11%

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

R = 27.89%
G = 62.11%
B = 10%

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

#357613 (or 0x357613) is known color: Bilbao. HEX triplet: 35, 76 and 13. RGB value is (53,118,19). Sum of RGB (Red+Green+Blue) = 53+118+19=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #357613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357613 is #CA89EC. Grayscale: #575757. Windows color (decimal): -13273581 or 1275445. OLE color: 1275445.

HSL color Cylindrical-coordinate representation of color #357613: hue angle of 99.39º 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 #357613 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 118 19 -
CMYK 0.55 0 0.84 0.54
HSL 99.39º 0.72% 0.27% -
HSV(B) 99.39º 0.84% 0.46% -
XYZ 8.06 13.76 2.85 -
YUV 87.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 53 118 19 0.55 0 0.84 0.54 99.39 0.72 0.27
Hex 35 76 13 37 0 54 36 63 48 1B
Octal 65 166 23 67 0 124 66 143 110 33
Binary 110101 1110110 10011 110111 0 1010100 110110 1100011 1001000 11011

Color Harmonies of #357613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357613

Black with #357613

Text Example


Text Example

White with #357613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357613; }

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

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

background-color css

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

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

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

border-color css

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

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

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