#35793F

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

Shades of Japanese Laurel #35793F

Tints of Japanese Laurel #35793F

Color information

#35793F (or 0x35793F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 79 and 3F. RGB value is (53,121,63). Sum of RGB (Red+Green+Blue) = 53+121+63=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #35793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35793F is #CA86C0. Grayscale: #5E5E5E. Windows color (decimal): -13272769 or 4159797. OLE color: 4159797.

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

Color convert

RGB5312163-
CMYK0.5600.480.53
HSL128.82º39.08%34.12%-
HSV(B)128.82º56.2%47.45%-
XYZ9.214.797.07-
YUV94.06110.4798.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 63 (25% from 255) = 26.58%
R=22.36%
G=51.05%
B=26.58%

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
Decimal53121630.5600.480.53128.8239.0834.12
Hex35793F3803035812722
Octal651717770060652014742
Binary1101011111001111111111000011000011010110000001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35793F; }

 p { color: rgb(53,121,63); }

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

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

 a { background-color: rgb(53,121,63); }

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

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

 span { border-color: rgb(53,121,63); }

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