Html Css Color HEX #357140 Japanese Laurel

📋 copy color: '#357140'

red 53 ◦ green 113 ◦ blue 64

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

Shades of Japanese Laurel #357140

Tints of Japanese Laurel #357140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.13%

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

R = 23.04%
G = 49.13%
B = 27.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#357140 (or 0x357140) is known color: Japanese Laurel. HEX triplet: 35, 71 and 40. RGB value is (53,113,64). Sum of RGB (Red+Green+Blue) = 53+113+64=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #357140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357140 is #CA8EBF. Grayscale: #595959. Windows color (decimal): -13274816 or 4223285. OLE color: 4223285.

HSL color Cylindrical-coordinate representation of color #357140: hue angle of 131º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357140 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 64 -
CMYK 0.53 0 0.43 0.56
HSL 131º 0.36% 0.33% -
HSV(B) 131º 0.53% 0.44% -
XYZ 8.3 12.94 6.91 -
YUV 89.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 53 113 64 0.53 0 0.43 0.56 131 0.36 0.33
Hex 35 71 40 35 0 2B 38 83 24 21
Octal 65 161 100 65 0 53 70 203 44 41
Binary 110101 1110001 1000000 110101 0 101011 111000 10000011 100100 100001

Color Harmonies of #357140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357140

Black with #357140

Text Example


Text Example

White with #357140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357140; }

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

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

background-color css

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

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

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

border-color css

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

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

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