#357833

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

Shades of Japanese Laurel #357833

Tints of Japanese Laurel #357833

Color information

#357833 (or 0x357833) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 33. RGB value is (53,120,51). Sum of RGB (Red+Green+Blue) = 53+120+51=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #357833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357833 is #CA87CC. Grayscale: #5C5C5C. Windows color (decimal): -13273037 or 3373109. OLE color: 3373109.

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

Color convert

RGB5312051-
CMYK0.5600.580.53
HSL118.26º40.35%33.53%-
HSV(B)118.26º57.5%47.06%-
XYZ8.7814.435.45-
YUV92.1104.8100.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=23.66%
G=53.57%
B=22.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120510.5600.580.53118.2640.3533.53
Hex3578333803A35762822
Octal651706370072651665042
Binary110101111100011001111100001110101101011110110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357833; }

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

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

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

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

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

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

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

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