#357838

Color #357838 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #357838

Tints of Japanese Laurel #357838

Color information

#357838 (or 0x357838) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 38. RGB value is (53,120,56). Sum of RGB (Red+Green+Blue) = 53+120+56=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #357838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357838 is #CA87C7. Grayscale: #5C5C5C. Windows color (decimal): -13273032 or 3700789. OLE color: 3700789.

HSL color Cylindrical-coordinate representation of color #357838: hue angle of 122.69º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357838 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB5312056-
CMYK0.5600.530.53
HSL122.69º38.73%33.92%-
HSV(B)122.69º55.83%47.06%-
XYZ8.914.486.07-
YUV92.67107.399.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=23.14%
G=52.40%
B=24.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120560.5600.530.53122.6938.7333.92
Hex35783838035357b2722
Octal651707070065651734742
Binary110101111100011100011100001101011101011111011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357838; }

 p { color: rgb(53,120,56); }

 H1.HeaderClassName
 {
   color: #357838;
 }
 .AnyTagClassName
 {
   color: #357838;
 }
</style>
background-color css

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

 a { background-color: rgb(53,120,56); }

 div.DivClassName
 {
   background-color: #357838;
 }
 .BgClassName
 {
   background-color: #357838;
 }
</style>
border-color css

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

 span { border-color: rgb(53,120,56); }

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