#35802E

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

Shades of Japanese Laurel #35802E

Tints of Japanese Laurel #35802E

Color information

#35802E (or 0x35802E) is unknown color: approx Japanese Laurel. HEX triplet: 35, 80 and 2E. RGB value is (53,128,46). Sum of RGB (Red+Green+Blue) = 53+128+46=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #35802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35802E is #CA7FD1. Grayscale: #606060. Windows color (decimal): -13270994 or 3047477. OLE color: 3047477.

HSL color Cylindrical-coordinate representation of color #35802E: hue angle of 114.88º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35802E is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB5312846-
CMYK0.5900.640.50
HSL114.88º47.13%34.12%-
HSV(B)114.88º64.06%50.2%-
XYZ9.6816.395.24-
YUV96.2399.6597.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 128 (50.39% from 255) = 56.39%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=23.35%
G=56.39%
B=20.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128460.5900.640.50114.8847.1334.12
Hex35802E3B04032732f22
Octal6520056730100621635742
Binary11010110000000101110111011010000001100101110011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,128,46); }

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

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

 a { background-color: rgb(53,128,46); }

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

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

 span { border-color: rgb(53,128,46); }

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