Html Css Color HEX #358519 Bilbao

📋 copy color: '#358519'

red 53 ◦ green 133 ◦ blue 25

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

Shades of Bilbao #358519

Tints of Bilbao #358519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 63.03%

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

R = 25.12%
G = 63.03%
B = 11.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#358519 (or 0x358519) is known color: Bilbao. HEX triplet: 35, 85 and 19. RGB value is (53,133,25). Sum of RGB (Red+Green+Blue) = 53+133+25=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #358519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358519 is #CA7AE6. Grayscale: #616161. Windows color (decimal): -13269735 or 1672501. OLE color: 1672501.

HSL color Cylindrical-coordinate representation of color #358519: hue angle of 104.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #358519 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 25 -
CMYK 0.60 0 0.81 0.48
HSL 104.44º 0.68% 0.31% -
HSV(B) 104.44º 0.81% 0.52% -
XYZ 10.03 17.6 3.79 -
YUV 96.77 87.5 96.78 -
System Red Green Blue C M Y K H S L
Decimal 53 133 25 0.60 0 0.81 0.48 104.44 0.68 0.31
Hex 35 85 19 3C 0 51 30 68 44 1F
Octal 65 205 31 74 0 121 60 150 104 37
Binary 110101 10000101 11001 111100 0 1010001 110000 1101000 1000100 11111

Color Harmonies of #358519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358519

Black with #358519

Text Example


Text Example

White with #358519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358519; }

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

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

background-color css

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

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

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

border-color css

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

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

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