Html Css Color HEX #357D3D Japanese Laurel

📋 copy color: '#357D3D'

red 53 ◦ green 125 ◦ blue 61

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

Shades of Japanese Laurel #357D3D

Tints of Japanese Laurel #357D3D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.3%

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

R = 22.18%
G = 52.3%
B = 25.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#357D3D (or 0x357D3D) is known color: Japanese Laurel. HEX triplet: 35, 7D and 3D. RGB value is (53,125,61). Sum of RGB (Red+Green+Blue) = 53+125+61=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #357D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D3D is #CA82C2. Grayscale: #606060. Windows color (decimal): -13271747 or 4029749. OLE color: 4029749.

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

Color convert

RGB 53 125 61 -
CMYK 0.58 0 0.51 0.51
HSL 126.67º 0.4% 0.35% -
HSV(B) 126.67º 0.58% 0.49% -
XYZ 9.64 15.76 6.95 -
YUV 96.18 108.15 97.2 -
System Red Green Blue C M Y K H S L
Decimal 53 125 61 0.58 0 0.51 0.51 126.67 0.4 0.35
Hex 35 7D 3D 3A 0 33 33 7F 28 23
Octal 65 175 75 72 0 63 63 177 50 43
Binary 110101 1111101 111101 111010 0 110011 110011 1111111 101000 100011

Color Harmonies of #357D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D3D

Black with #357D3D

Text Example


Text Example

White with #357D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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