Html Css Color HEX #358337 Japanese Laurel

📋 copy color: '#358337'

red 53 ◦ green 131 ◦ blue 55

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

Shades of Japanese Laurel #358337

Tints of Japanese Laurel #358337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.01%

R = 22.18%
G = 54.81%
B = 23.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#358337 (or 0x358337) is known color: Japanese Laurel. HEX triplet: 35, 83 and 37. RGB value is (53,131,55). Sum of RGB (Red+Green+Blue) = 53+131+55=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #358337 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358337 is #CA7CC8. Grayscale: #636363. Windows color (decimal): -13270217 or 3638069. OLE color: 3638069.

HSL color Cylindrical-coordinate representation of color #358337: hue angle of 121.54º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358337 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 55 -
CMYK 0.60 0 0.58 0.49
HSL 121.54º 0.42% 0.36% -
HSV(B) 121.54º 0.6% 0.51% -
XYZ 10.27 17.27 6.41 -
YUV 99.01 103.16 95.18 -
System Red Green Blue C M Y K H S L
Decimal 53 131 55 0.60 0 0.58 0.49 121.54 0.42 0.36
Hex 35 83 37 3C 0 3A 31 7A 2A 24
Octal 65 203 67 74 0 72 61 172 52 44
Binary 110101 10000011 110111 111100 0 111010 110001 1111010 101010 100100

Color Harmonies of #358337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358337

Black with #358337

Text Example


Text Example

White with #358337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358337; }

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

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

background-color css

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

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

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

border-color css

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

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

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