Html Css Color HEX #358237 Japanese Laurel

📋 copy color: '#358237'

red 53 ◦ green 130 ◦ blue 55

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

Shades of Japanese Laurel #358237

Tints of Japanese Laurel #358237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.62%

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

R = 22.27%
G = 54.62%
B = 23.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#358237 (or 0x358237) is known color: Japanese Laurel. HEX triplet: 35, 82 and 37. RGB value is (53,130,55). Sum of RGB (Red+Green+Blue) = 53+130+55=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #358237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358237 is #CA7DC8. Grayscale: #626262. Windows color (decimal): -13270473 or 3637813. OLE color: 3637813.

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

Color convert

RGB 53 130 55 -
CMYK 0.59 0 0.58 0.49
HSL 121.56º 0.42% 0.36% -
HSV(B) 121.56º 0.59% 0.51% -
XYZ 10.14 17 6.36 -
YUV 98.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 53 130 55 0.59 0 0.58 0.49 121.56 0.42 0.36
Hex 35 82 37 3B 0 3A 31 7A 2A 24
Octal 65 202 67 73 0 72 61 172 52 44
Binary 110101 10000010 110111 111011 0 111010 110001 1111010 101010 100100

Color Harmonies of #358237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358237

Black with #358237

Text Example


Text Example

White with #358237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358237; }

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

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

background-color css

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

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

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

border-color css

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

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

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