Html Css Color HEX #357A43 Japanese Laurel

📋 copy color: '#357A43'

red 53 ◦ green 122 ◦ blue 67

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

Shades of Japanese Laurel #357A43

Tints of Japanese Laurel #357A43

RGB

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

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

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

R = 21.9%
G = 50.41%
B = 27.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.52

RGB Variations

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

Color information

#357A43 (or 0x357A43) is known color: Japanese Laurel. HEX triplet: 35, 7A and 43. RGB value is (53,122,67). Sum of RGB (Red+Green+Blue) = 53+122+67=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #357A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357A43 is #CA85BC. Grayscale: #5F5F5F. Windows color (decimal): -13272509 or 4422197. OLE color: 4422197.

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

Color convert

RGB 53 122 67 -
CMYK 0.57 0 0.45 0.52
HSL 132.17º 0.39% 0.34% -
HSV(B) 132.17º 0.57% 0.48% -
XYZ 9.44 15.08 7.72 -
YUV 95.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 53 122 67 0.57 0 0.45 0.52 132.17 0.39 0.34
Hex 35 7A 43 39 0 2D 34 84 27 22
Octal 65 172 103 71 0 55 64 204 47 42
Binary 110101 1111010 1000011 111001 0 101101 110100 10000100 100111 100010

Color Harmonies of #357A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357A43

Black with #357A43

Text Example


Text Example

White with #357A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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