Html Css Color HEX #358940 Japanese Laurel

📋 copy color: '#358940'

red 53 ◦ green 137 ◦ blue 64

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

Shades of Japanese Laurel #358940

Tints of Japanese Laurel #358940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.94%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 20.87%
G = 53.94%
B = 25.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#358940 (or 0x358940) is known color: Japanese Laurel. HEX triplet: 35, 89 and 40. RGB value is (53,137,64). Sum of RGB (Red+Green+Blue) = 53+137+64=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #358940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358940 is #CA76BF. Grayscale: #676767. Windows color (decimal): -13268672 or 4229429. OLE color: 4229429.

HSL color Cylindrical-coordinate representation of color #358940: hue angle of 127.86º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358940 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 137 64 -
CMYK 0.61 0 0.53 0.46
HSL 127.86º 0.44% 0.37% -
HSV(B) 127.86º 0.61% 0.54% -
XYZ 11.34 19.02 7.92 -
YUV 103.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 53 137 64 0.61 0 0.53 0.46 127.86 0.44 0.37
Hex 35 89 40 3D 0 35 2E 80 2C 25
Octal 65 211 100 75 0 65 56 200 54 45
Binary 110101 10001001 1000000 111101 0 110101 101110 10000000 101100 100101

Color Harmonies of #358940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358940

Black with #358940

Text Example


Text Example

White with #358940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358940; }

 p { color: rgb(53,137,64); }

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

background-color css

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

 a { background-color: rgb(53,137,64); }

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

border-color css

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

 span { border-color: rgb(53,137,64); }

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