Html Css Color HEX #358E0D Bilbao

📋 copy color: '#358E0D'

red 53 ◦ green 142 ◦ blue 13

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

Shades of Bilbao #358E0D

Tints of Bilbao #358E0D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 68.27%

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 25.48%
G = 68.27%
B = 6.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#358E0D (or 0x358E0D) is known color: Bilbao. HEX triplet: 35, 8E and 0D. RGB value is (53,142,13). Sum of RGB (Red+Green+Blue) = 53+142+13=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 142 (55.86% from 255 or 68.27% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 142 - color contains mainly: green. Hex color #358E0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358E0D is #CA71F2. Grayscale: #656565. Windows color (decimal): -13267443 or 888373. OLE color: 888373.

HSL color Cylindrical-coordinate representation of color #358E0D: hue angle of 101.4º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #358E0D is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 142 13 -
CMYK 0.63 0 0.91 0.44
HSL 101.4º 0.83% 0.3% -
HSV(B) 101.4º 0.91% 0.56% -
XYZ 11.21 20.13 3.68 -
YUV 100.68 78.51 93.99 -
System Red Green Blue C M Y K H S L
Decimal 53 142 13 0.63 0 0.91 0.44 101.4 0.83 0.3
Hex 35 8E D 3F 0 5B 2C 65 53 1E
Octal 65 216 15 77 0 133 54 145 123 36
Binary 110101 10001110 1101 111111 0 1011011 101100 1100101 1010011 11110

Color Harmonies of #358E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358E0D

Black with #358E0D

Text Example


Text Example

White with #358E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358E0D; }

 p { color: rgb(53,142,13); }

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

background-color css

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

 a { background-color: rgb(53,142,13); }

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

border-color css

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

 span { border-color: rgb(53,142,13); }

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