#35783B

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

Shades of Japanese Laurel #35783B

Tints of Japanese Laurel #35783B

Color information

#35783B (or 0x35783B) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 3B. RGB value is (53,120,59). Sum of RGB (Red+Green+Blue) = 53+120+59=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #35783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35783B is #CA87C4. Grayscale: #5D5D5D. Windows color (decimal): -13273029 or 3897397. OLE color: 3897397.

HSL color Cylindrical-coordinate representation of color #35783B: hue angle of 125.37º 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 #35783B is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB5312059-
CMYK0.5600.510.53
HSL125.37º38.73%33.92%-
HSV(B)125.37º55.83%47.06%-
XYZ8.9714.516.46-
YUV93.01108.899.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 59 (23.44% from 255) = 25.43%
R=22.84%
G=51.72%
B=25.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120590.5600.510.53125.3738.7333.92
Hex35783B38033357d2722
Octal651707370063651754742
Binary110101111100011101111100001100111101011111101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35783B; }

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

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

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

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

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

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

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

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