Html Css Color HEX #357740 Japanese Laurel

📋 copy color: '#357740'

red 53 ◦ green 119 ◦ blue 64

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

Shades of Japanese Laurel #357740

Tints of Japanese Laurel #357740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.42%

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

R = 22.46%
G = 50.42%
B = 27.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#357740 (or 0x357740) is known color: Japanese Laurel. HEX triplet: 35, 77 and 40. RGB value is (53,119,64). Sum of RGB (Red+Green+Blue) = 53+119+64=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #357740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357740 is #CA88BF. Grayscale: #5D5D5D. Windows color (decimal): -13273280 or 4224821. OLE color: 4224821.

HSL color Cylindrical-coordinate representation of color #357740: hue angle of 130º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357740 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 64 -
CMYK 0.55 0 0.46 0.53
HSL 130º 0.38% 0.34% -
HSV(B) 130º 0.55% 0.47% -
XYZ 8.99 14.32 7.14 -
YUV 93 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 53 119 64 0.55 0 0.46 0.53 130 0.38 0.34
Hex 35 77 40 37 0 2E 35 82 26 22
Octal 65 167 100 67 0 56 65 202 46 42
Binary 110101 1110111 1000000 110111 0 101110 110101 10000010 100110 100010

Color Harmonies of #357740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357740

Black with #357740

Text Example


Text Example

White with #357740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357740; }

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

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

background-color css

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

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

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

border-color css

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

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

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