#357233

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

Shades of Japanese Laurel #357233

Tints of Japanese Laurel #357233

Color information

#357233 (or 0x357233) is unknown color: approx Japanese Laurel. HEX triplet: 35, 72 and 33. RGB value is (53,114,51). Sum of RGB (Red+Green+Blue) = 53+114+51=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #357233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357233 is #CA8DCC. Grayscale: #585858. Windows color (decimal): -13274573 or 3371573. OLE color: 3371573.

HSL color Cylindrical-coordinate representation of color #357233: hue angle of 118.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357233 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB5311451-
CMYK0.5400.550.55
HSL118.1º38.18%32.35%-
HSV(B)118.1º55.26%44.71%-
XYZ8.0813.035.22-
YUV88.58106.79102.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=24.31%
G=52.29%
B=23.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53114510.5400.550.55118.138.1832.35
Hex3572333603737762620
Octal651626366067671664640
Binary110101111001011001111011001101111101111110110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357233; }

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

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

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

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

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

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

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

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