Html Css Color HEX #357339 Japanese Laurel

📋 copy color: '#357339'

red 53 ◦ green 115 ◦ blue 57

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

Shades of Japanese Laurel #357339

Tints of Japanese Laurel #357339

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.11%

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 23.56%
G = 51.11%
B = 25.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#357339 (or 0x357339) is known color: Japanese Laurel. HEX triplet: 35, 73 and 39. RGB value is (53,115,57). Sum of RGB (Red+Green+Blue) = 53+115+57=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #357339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357339 is #CA8CC6. Grayscale: #5A5A5A. Windows color (decimal): -13274311 or 3765045. OLE color: 3765045.

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

Color convert

RGB 53 115 57 -
CMYK 0.54 0 0.50 0.55
HSL 123.87º 0.37% 0.33% -
HSV(B) 123.87º 0.54% 0.45% -
XYZ 8.34 13.31 6 -
YUV 89.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 53 115 57 0.54 0 0.50 0.55 123.87 0.37 0.33
Hex 35 73 39 36 0 32 37 7C 25 21
Octal 65 163 71 66 0 62 67 174 45 41
Binary 110101 1110011 111001 110110 0 110010 110111 1111100 100101 100001

Color Harmonies of #357339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357339

Black with #357339

Text Example


Text Example

White with #357339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357339; }

 p { color: rgb(53,115,57); }

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

background-color css

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

 a { background-color: rgb(53,115,57); }

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

border-color css

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

 span { border-color: rgb(53,115,57); }

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