Html Css Color HEX #357A3E Japanese Laurel

📋 copy color: '#357A3E'

red 53 ◦ green 122 ◦ blue 62

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

Shades of Japanese Laurel #357A3E

Tints of Japanese Laurel #357A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.48%

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 22.36%
G = 51.48%
B = 26.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#357A3E (or 0x357A3E) is known color: Japanese Laurel. HEX triplet: 35, 7A and 3E. RGB value is (53,122,62). Sum of RGB (Red+Green+Blue) = 53+122+62=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #357A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357A3E is #CA85C1. Grayscale: #5E5E5E. Windows color (decimal): -13272514 or 4094517. OLE color: 4094517.

HSL color Cylindrical-coordinate representation of color #357A3E: hue angle of 127.83º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A3E is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 122 62 -
CMYK 0.57 0 0.49 0.52
HSL 127.83º 0.39% 0.34% -
HSV(B) 127.83º 0.57% 0.48% -
XYZ 9.3 15.02 6.97 -
YUV 94.53 109.64 98.38 -
System Red Green Blue C M Y K H S L
Decimal 53 122 62 0.57 0 0.49 0.52 127.83 0.39 0.34
Hex 35 7A 3E 39 0 31 34 80 27 22
Octal 65 172 76 71 0 61 64 200 47 42
Binary 110101 1111010 111110 111001 0 110001 110100 10000000 100111 100010

Color Harmonies of #357A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357A3E

Black with #357A3E

Text Example


Text Example

White with #357A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357A3E; }

 p { color: rgb(53,122,62); }

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

background-color css

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

 a { background-color: rgb(53,122,62); }

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

border-color css

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

 span { border-color: rgb(53,122,62); }

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