Html Css Color HEX #359140 Japanese Laurel

📋 copy color: '#359140'

red 53 ◦ green 145 ◦ blue 64

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

Shades of Japanese Laurel #359140

Tints of Japanese Laurel #359140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.34%

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

R = 20.23%
G = 55.34%
B = 24.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#359140 (or 0x359140) is known color: Japanese Laurel. HEX triplet: 35, 91 and 40. RGB value is (53,145,64). Sum of RGB (Red+Green+Blue) = 53+145+64=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #359140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359140 is #CA6EBF. Grayscale: #6C6C6C. Windows color (decimal): -13266624 or 4231477. OLE color: 4231477.

HSL color Cylindrical-coordinate representation of color #359140: hue angle of 127.17º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359140 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 64 -
CMYK 0.63 0 0.56 0.43
HSL 127.17º 0.46% 0.39% -
HSV(B) 127.17º 0.63% 0.57% -
XYZ 12.52 21.38 8.32 -
YUV 108.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 53 145 64 0.63 0 0.56 0.43 127.17 0.46 0.39
Hex 35 91 40 3F 0 38 2B 7F 2E 27
Octal 65 221 100 77 0 70 53 177 56 47
Binary 110101 10010001 1000000 111111 0 111000 101011 1111111 101110 100111

Color Harmonies of #359140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359140

Black with #359140

Text Example


Text Example

White with #359140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359140; }

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

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

background-color css

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

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

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

border-color css

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

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

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