Html Css Color HEX #358319 Bilbao

📋 copy color: '#358319'

red 53 ◦ green 131 ◦ blue 25

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

Shades of Bilbao #358319

Tints of Bilbao #358319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 62.68%

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

R = 25.36%
G = 62.68%
B = 11.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#358319 (or 0x358319) is known color: Bilbao. HEX triplet: 35, 83 and 19. RGB value is (53,131,25). Sum of RGB (Red+Green+Blue) = 53+131+25=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #358319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358319 is #CA7CE6. Grayscale: #5F5F5F. Windows color (decimal): -13270247 or 1671989. OLE color: 1671989.

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

Color convert

RGB 53 131 25 -
CMYK 0.60 0 0.81 0.49
HSL 104.15º 0.68% 0.31% -
HSV(B) 104.15º 0.81% 0.51% -
XYZ 9.76 17.06 3.7 -
YUV 95.59 88.16 97.62 -
System Red Green Blue C M Y K H S L
Decimal 53 131 25 0.60 0 0.81 0.49 104.15 0.68 0.31
Hex 35 83 19 3C 0 51 31 68 44 1F
Octal 65 203 31 74 0 121 61 150 104 37
Binary 110101 10000011 11001 111100 0 1010001 110001 1101000 1000100 11111

Color Harmonies of #358319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358319

Black with #358319

Text Example


Text Example

White with #358319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358319; }

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

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

background-color css

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

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

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

border-color css

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

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

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