#35783E

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

Shades of Japanese Laurel #35783E

Tints of Japanese Laurel #35783E

Color information

#35783E (or 0x35783E) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 3E. RGB value is (53,120,62). Sum of RGB (Red+Green+Blue) = 53+120+62=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #35783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35783E is #CA87C1. Grayscale: #5D5D5D. Windows color (decimal): -13273026 or 4094005. OLE color: 4094005.

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

Color convert

RGB5312062-
CMYK0.5600.480.53
HSL128.06º38.73%33.92%-
HSV(B)128.06º55.83%47.06%-
XYZ9.0514.546.89-
YUV93.35110.399.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=22.55%
G=51.06%
B=26.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120620.5600.480.53128.0638.7333.92
Hex35783E3803035802722
Octal651707670060652004742
Binary1101011111000111110111000011000011010110000000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35783E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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