Html Css Color HEX #358913 Bilbao

📋 copy color: '#358913'

red 53 ◦ green 137 ◦ blue 19

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

Shades of Bilbao #358913

Tints of Bilbao #358913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 65.55%

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

R = 25.36%
G = 65.55%
B = 9.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#358913 (or 0x358913) is known color: Bilbao. HEX triplet: 35, 89 and 13. RGB value is (53,137,19). Sum of RGB (Red+Green+Blue) = 53+137+19=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #358913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358913 is #CA76EC. Grayscale: #626262. Windows color (decimal): -13268717 or 1280309. OLE color: 1280309.

HSL color Cylindrical-coordinate representation of color #358913: hue angle of 102.71º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #358913 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 137 19 -
CMYK 0.61 0 0.86 0.46
HSL 102.71º 0.76% 0.31% -
HSV(B) 102.71º 0.86% 0.54% -
XYZ 10.53 18.7 3.67 -
YUV 98.43 83.17 95.59 -
System Red Green Blue C M Y K H S L
Decimal 53 137 19 0.61 0 0.86 0.46 102.71 0.76 0.31
Hex 35 89 13 3D 0 56 2E 67 4C 1F
Octal 65 211 23 75 0 126 56 147 114 37
Binary 110101 10001001 10011 111101 0 1010110 101110 1100111 1001100 11111

Color Harmonies of #358913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358913

Black with #358913

Text Example


Text Example

White with #358913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358913; }

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

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

background-color css

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

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

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

border-color css

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

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

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