Html Css Color HEX #357F36 Japanese Laurel

📋 copy color: '#357F36'

red 53 ◦ green 127 ◦ blue 54

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

Shades of Japanese Laurel #357F36

Tints of Japanese Laurel #357F36

RGB

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

 GREEN value IS 127 (50% from 255) = 54.27%

 BLUE value IS 54 (21.48% from 255) = 23.08%

R = 22.65%
G = 54.27%
B = 23.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#357F36 (or 0x357F36) is known color: Japanese Laurel. HEX triplet: 35, 7F and 36. RGB value is (53,127,54). Sum of RGB (Red+Green+Blue) = 53+127+54=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #357F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F36 is #CA80C9. Grayscale: #606060. Windows color (decimal): -13271242 or 3571509. OLE color: 3571509.

HSL color Cylindrical-coordinate representation of color #357F36: hue angle of 120.81º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F36 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 127 54 -
CMYK 0.58 0 0.57 0.50
HSL 120.81º 0.41% 0.35% -
HSV(B) 120.81º 0.58% 0.5% -
XYZ 9.72 16.2 6.1 -
YUV 96.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 53 127 54 0.58 0 0.57 0.50 120.81 0.41 0.35
Hex 35 7F 36 3A 0 39 32 79 29 23
Octal 65 177 66 72 0 71 62 171 51 43
Binary 110101 1111111 110110 111010 0 111001 110010 1111001 101001 100011

Color Harmonies of #357F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357F36

Black with #357F36

Text Example


Text Example

White with #357F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,127,54); }

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

background-color css

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

 a { background-color: rgb(53,127,54); }

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

border-color css

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

 span { border-color: rgb(53,127,54); }

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