#35903D

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

Shades of Japanese Laurel #35903D

Tints of Japanese Laurel #35903D

Color information

#35903D (or 0x35903D) is unknown color: approx Japanese Laurel. HEX triplet: 35, 90 and 3D. RGB value is (53,144,61). Sum of RGB (Red+Green+Blue) = 53+144+61=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #35903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35903D is #CA6FC2. Grayscale: #6B6B6B. Windows color (decimal): -13266883 or 4034613. OLE color: 4034613.

HSL color Cylindrical-coordinate representation of color #35903D: hue angle of 125.27º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35903D is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB5314461-
CMYK0.6300.580.44
HSL125.27º46.19%38.63%-
HSV(B)125.27º63.19%56.47%-
XYZ12.2821.047.83-
YUV107.33101.8589.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 144 (56.64% from 255) = 55.81%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=20.54%
G=55.81%
B=23.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53144610.6300.580.44125.2746.1938.63
Hex35903D3F03A2C7d2e27
Octal652207577072541755647
Binary1101011001000011110111111101110101011001111101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35903D; }

 p { color: rgb(53,144,61); }

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

<style>
 a { background-color: #35903D; }

 a { background-color: rgb(53,144,61); }

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

<style>
 span { border-color: #35903D; }

 span { border-color: rgb(53,144,61); }

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