Html Css Color HEX #357941 Japanese Laurel

📋 copy color: '#357941'

red 53 ◦ green 121 ◦ blue 65

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

Shades of Japanese Laurel #357941

Tints of Japanese Laurel #357941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.63%

 BLUE value IS 65 (25.78% from 255) = 27.2%

R = 22.18%
G = 50.63%
B = 27.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#357941 (or 0x357941) is known color: Japanese Laurel. HEX triplet: 35, 79 and 41. RGB value is (53,121,65). Sum of RGB (Red+Green+Blue) = 53+121+65=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #357941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357941 is #CA86BE. Grayscale: #5E5E5E. Windows color (decimal): -13272767 or 4290869. OLE color: 4290869.

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

Color convert

RGB 53 121 65 -
CMYK 0.56 0 0.46 0.53
HSL 130.59º 0.39% 0.34% -
HSV(B) 130.59º 0.56% 0.47% -
XYZ 9.26 14.81 7.37 -
YUV 94.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 53 121 65 0.56 0 0.46 0.53 130.59 0.39 0.34
Hex 35 79 41 38 0 2E 35 83 27 22
Octal 65 171 101 70 0 56 65 203 47 42
Binary 110101 1111001 1000001 111000 0 101110 110101 10000011 100111 100010

Color Harmonies of #357941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357941

Black with #357941

Text Example


Text Example

White with #357941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357941; }

 p { color: rgb(53,121,65); }

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

background-color css

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

 a { background-color: rgb(53,121,65); }

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

border-color css

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

 span { border-color: rgb(53,121,65); }

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