Html Css Color HEX #357A3D Japanese Laurel

📋 copy color: '#357A3D'

red 53 ◦ green 122 ◦ blue 61

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

Shades of Japanese Laurel #357A3D

Tints of Japanese Laurel #357A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 22.46%
G = 51.69%
B = 25.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#357A3D (or 0x357A3D) is known color: Japanese Laurel. HEX triplet: 35, 7A and 3D. RGB value is (53,122,61). Sum of RGB (Red+Green+Blue) = 53+122+61=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #357A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357A3D is #CA85C2. Grayscale: #5E5E5E. Windows color (decimal): -13272515 or 4028981. OLE color: 4028981.

HSL color Cylindrical-coordinate representation of color #357A3D: hue angle of 126.96º 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 #357A3D is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 122 61 -
CMYK 0.57 0 0.50 0.52
HSL 126.96º 0.39% 0.34% -
HSV(B) 126.96º 0.57% 0.48% -
XYZ 9.27 15.01 6.82 -
YUV 94.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 53 122 61 0.57 0 0.50 0.52 126.96 0.39 0.34
Hex 35 7A 3D 39 0 32 34 7F 27 22
Octal 65 172 75 71 0 62 64 177 47 42
Binary 110101 1111010 111101 111001 0 110010 110100 1111111 100111 100010

Color Harmonies of #357A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357A3D

Black with #357A3D

Text Example


Text Example

White with #357A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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