Html Css Color HEX #357119 Bilbao

📋 copy color: '#357119'

red 53 ◦ green 113 ◦ blue 25

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

Shades of Bilbao #357119

Tints of Bilbao #357119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 59.16%

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 27.75%
G = 59.16%
B = 13.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#357119 (or 0x357119) is known color: Bilbao. HEX triplet: 35, 71 and 19. RGB value is (53,113,25). Sum of RGB (Red+Green+Blue) = 53+113+25=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #357119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357119 is #CA8EE6. Grayscale: #555555. Windows color (decimal): -13274855 or 1667381. OLE color: 1667381.

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

Color convert

RGB 53 113 25 -
CMYK 0.53 0 0.78 0.56
HSL 100.91º 0.64% 0.27% -
HSV(B) 100.91º 0.78% 0.44% -
XYZ 7.55 12.64 2.96 -
YUV 85.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 53 113 25 0.53 0 0.78 0.56 100.91 0.64 0.27
Hex 35 71 19 35 0 4E 38 65 40 1B
Octal 65 161 31 65 0 116 70 145 100 33
Binary 110101 1110001 11001 110101 0 1001110 111000 1100101 1000000 11011

Color Harmonies of #357119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357119

Black with #357119

Text Example


Text Example

White with #357119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357119; }

 p { color: rgb(53,113,25); }

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

background-color css

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

 a { background-color: rgb(53,113,25); }

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

border-color css

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

 span { border-color: rgb(53,113,25); }

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