#35793C

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

Shades of Japanese Laurel #35793C

Tints of Japanese Laurel #35793C

Color information

#35793C (or 0x35793C) is unknown color: approx Japanese Laurel. HEX triplet: 35, 79 and 3C. RGB value is (53,121,60). Sum of RGB (Red+Green+Blue) = 53+121+60=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #35793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35793C is #CA86C3. Grayscale: #5D5D5D. Windows color (decimal): -13272772 or 3963189. OLE color: 3963189.

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

Color convert

RGB5312160-
CMYK0.5600.500.53
HSL126.18º39.08%34.12%-
HSV(B)126.18º56.2%47.45%-
XYZ9.1214.766.64-
YUV93.71108.9798.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 121 (47.66% from 255) = 51.71%
BLUE value IS 60 (23.83% from 255) = 25.64%
R=22.65%
G=51.71%
B=25.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53121600.5600.500.53126.1839.0834.12
Hex35793C38032357e2722
Octal651717470062651764742
Binary110101111100111110011100001100101101011111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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