Html Css Color HEX #357619 Bilbao

📋 copy color: '#357619'

red 53 ◦ green 118 ◦ blue 25

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

Shades of Bilbao #357619

Tints of Bilbao #357619

RGB

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

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

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

R = 27.04%
G = 60.2%
B = 12.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#357619 (or 0x357619) is known color: Bilbao. HEX triplet: 35, 76 and 19. RGB value is (53,118,25). Sum of RGB (Red+Green+Blue) = 53+118+25=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #357619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357619 is #CA89E6. Grayscale: #585858. Windows color (decimal): -13273575 or 1668661. OLE color: 1668661.

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

Color convert

RGB 53 118 25 -
CMYK 0.55 0 0.79 0.54
HSL 101.94º 0.65% 0.28% -
HSV(B) 101.94º 0.79% 0.46% -
XYZ 8.12 13.78 3.15 -
YUV 87.96 92.47 103.06 -
System Red Green Blue C M Y K H S L
Decimal 53 118 25 0.55 0 0.79 0.54 101.94 0.65 0.28
Hex 35 76 19 37 0 4F 36 66 41 1C
Octal 65 166 31 67 0 117 66 146 101 34
Binary 110101 1110110 11001 110111 0 1001111 110110 1100110 1000001 11100

Color Harmonies of #357619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357619

Black with #357619

Text Example


Text Example

White with #357619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357619; }

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

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

background-color css

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

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

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

border-color css

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

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

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