Html Css Color HEX #357C3A Japanese Laurel

📋 copy color: '#357C3A'

red 53 ◦ green 124 ◦ blue 58

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

Shades of Japanese Laurel #357C3A

Tints of Japanese Laurel #357C3A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 52.77%

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 22.55%
G = 52.77%
B = 24.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#357C3A (or 0x357C3A) is known color: Japanese Laurel. HEX triplet: 35, 7C and 3A. RGB value is (53,124,58). Sum of RGB (Red+Green+Blue) = 53+124+58=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #357C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C3A is #CA83C5. Grayscale: #5F5F5F. Windows color (decimal): -13272006 or 3832885. OLE color: 3832885.

HSL color Cylindrical-coordinate representation of color #357C3A: hue angle of 124.23º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C3A is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 58 -
CMYK 0.57 0 0.53 0.51
HSL 124.23º 0.4% 0.35% -
HSV(B) 124.23º 0.57% 0.49% -
XYZ 9.44 15.48 6.49 -
YUV 95.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 53 124 58 0.57 0 0.53 0.51 124.23 0.4 0.35
Hex 35 7C 3A 39 0 35 33 7C 28 23
Octal 65 174 72 71 0 65 63 174 50 43
Binary 110101 1111100 111010 111001 0 110101 110011 1111100 101000 100011

Color Harmonies of #357C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C3A

Black with #357C3A

Text Example


Text Example

White with #357C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,58); }

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

background-color css

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

 a { background-color: rgb(53,124,58); }

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

border-color css

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

 span { border-color: rgb(53,124,58); }

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