Html Css Color HEX #358325 Bilbao

📋 copy color: '#358325'

red 53 ◦ green 131 ◦ blue 37

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

Shades of Bilbao #358325

Tints of Bilbao #358325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.74%

R = 23.98%
G = 59.28%
B = 16.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#358325 (or 0x358325) is known color: Bilbao. HEX triplet: 35, 83 and 25. RGB value is (53,131,37). Sum of RGB (Red+Green+Blue) = 53+131+37=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #358325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358325 is #CA7CDA. Grayscale: #616161. Windows color (decimal): -13270235 or 2458421. OLE color: 2458421.

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

Color convert

RGB 53 131 37 -
CMYK 0.60 0 0.72 0.49
HSL 109.79º 0.56% 0.33% -
HSV(B) 109.79º 0.72% 0.51% -
XYZ 9.92 17.12 4.53 -
YUV 96.96 94.16 96.64 -
System Red Green Blue C M Y K H S L
Decimal 53 131 37 0.60 0 0.72 0.49 109.79 0.56 0.33
Hex 35 83 25 3C 0 48 31 6E 38 21
Octal 65 203 45 74 0 110 61 156 70 41
Binary 110101 10000011 100101 111100 0 1001000 110001 1101110 111000 100001

Color Harmonies of #358325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358325

Black with #358325

Text Example


Text Example

White with #358325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358325; }

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

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

background-color css

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

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

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

border-color css

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

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

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