Html Css Color HEX #358840 Japanese Laurel

📋 copy color: '#358840'

red 53 ◦ green 136 ◦ blue 64

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

Shades of Japanese Laurel #358840

Tints of Japanese Laurel #358840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.75%

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

R = 20.95%
G = 53.75%
B = 25.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#358840 (or 0x358840) is known color: Japanese Laurel. HEX triplet: 35, 88 and 40. RGB value is (53,136,64). Sum of RGB (Red+Green+Blue) = 53+136+64=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #358840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358840 is #CA77BF. Grayscale: #676767. Windows color (decimal): -13268928 or 4229173. OLE color: 4229173.

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

Color convert

RGB 53 136 64 -
CMYK 0.61 0 0.53 0.47
HSL 127.95º 0.44% 0.37% -
HSV(B) 127.95º 0.61% 0.53% -
XYZ 11.2 18.74 7.88 -
YUV 102.98 106 92.35 -
System Red Green Blue C M Y K H S L
Decimal 53 136 64 0.61 0 0.53 0.47 127.95 0.44 0.37
Hex 35 88 40 3D 0 35 2F 80 2C 25
Octal 65 210 100 75 0 65 57 200 54 45
Binary 110101 10001000 1000000 111101 0 110101 101111 10000000 101100 100101

Color Harmonies of #358840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358840

Black with #358840

Text Example


Text Example

White with #358840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358840; }

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

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

background-color css

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

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

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

border-color css

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

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

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