#35823B

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

Shades of Japanese Laurel #35823B

Tints of Japanese Laurel #35823B

Color information

#35823B (or 0x35823B) is unknown color: approx Japanese Laurel. HEX triplet: 35, 82 and 3B. RGB value is (53,130,59). Sum of RGB (Red+Green+Blue) = 53+130+59=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #35823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35823B is #CA7DC4. Grayscale: #636363. Windows color (decimal): -13270469 or 3899957. OLE color: 3899957.

HSL color Cylindrical-coordinate representation of color #35823B: hue angle of 124.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35823B is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB5313059-
CMYK0.5900.550.49
HSL124.68º42.08%35.88%-
HSV(B)124.68º59.23%50.98%-
XYZ10.2417.046.89-
YUV98.88105.4995.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=21.90%
G=53.72%
B=24.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130590.5900.550.49124.6842.0835.88
Hex35823B3B037317d2a24
Octal652027373067611755244
Binary1101011000001011101111101101101111100011111101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35823B; }

 p { color: rgb(53,130,59); }

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

<style>
 a { background-color: #35823B; }

 a { background-color: rgb(53,130,59); }

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

<style>
 span { border-color: #35823B; }

 span { border-color: rgb(53,130,59); }

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