Html Css Color HEX #357641 Japanese Laurel

📋 copy color: '#357641'

red 53 ◦ green 118 ◦ blue 65

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

Shades of Japanese Laurel #357641

Tints of Japanese Laurel #357641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50%

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

R = 22.46%
G = 50%
B = 27.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#357641 (or 0x357641) is known color: Japanese Laurel. HEX triplet: 35, 76 and 41. RGB value is (53,118,65). Sum of RGB (Red+Green+Blue) = 53+118+65=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #357641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357641 is #CA89BE. Grayscale: #5C5C5C. Windows color (decimal): -13273535 or 4290101. OLE color: 4290101.

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

Color convert

RGB 53 118 65 -
CMYK 0.55 0 0.45 0.54
HSL 131.08º 0.38% 0.34% -
HSV(B) 131.08º 0.55% 0.46% -
XYZ 8.9 14.1 7.25 -
YUV 92.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 53 118 65 0.55 0 0.45 0.54 131.08 0.38 0.34
Hex 35 76 41 37 0 2D 36 83 26 22
Octal 65 166 101 67 0 55 66 203 46 42
Binary 110101 1110110 1000001 110111 0 101101 110110 10000011 100110 100010

Color Harmonies of #357641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357641

Black with #357641

Text Example


Text Example

White with #357641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357641; }

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

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

background-color css

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

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

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

border-color css

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

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

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