Html Css Color HEX #357C43 Japanese Laurel

📋 copy color: '#357C43'

red 53 ◦ green 124 ◦ blue 67

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

Shades of Japanese Laurel #357C43

Tints of Japanese Laurel #357C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.46%

R = 21.72%
G = 50.82%
B = 27.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#357C43 (or 0x357C43) is known color: Japanese Laurel. HEX triplet: 35, 7C and 43. RGB value is (53,124,67). Sum of RGB (Red+Green+Blue) = 53+124+67=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #357C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C43 is #CA83BC. Grayscale: #606060. Windows color (decimal): -13271997 or 4422709. OLE color: 4422709.

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

Color convert

RGB 53 124 67 -
CMYK 0.57 0 0.46 0.51
HSL 131.83º 0.4% 0.35% -
HSV(B) 131.83º 0.57% 0.49% -
XYZ 9.69 15.58 7.81 -
YUV 96.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 53 124 67 0.57 0 0.46 0.51 131.83 0.4 0.35
Hex 35 7C 43 39 0 2E 33 84 28 23
Octal 65 174 103 71 0 56 63 204 50 43
Binary 110101 1111100 1000011 111001 0 101110 110011 10000100 101000 100011

Color Harmonies of #357C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C43

Black with #357C43

Text Example


Text Example

White with #357C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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