#3D7635

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

Shades of Japanese Laurel #3D7635

Tints of Japanese Laurel #3D7635

Color information

#3D7635 (or 0x3D7635) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 76 and 35. RGB value is (61,118,53). Sum of RGB (Red+Green+Blue) = 61+118+53=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7635 is #C289CA. Grayscale: #5D5D5D. Windows color (decimal): -12749259 or 3503677. OLE color: 3503677.

HSL color Cylindrical-coordinate representation of color #3D7635: hue angle of 112.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D7635 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB6111853-
CMYK0.4800.550.54
HSL112.62º38.01%33.53%-
HSV(B)112.62º55.08%46.27%-
XYZ9.0514.215.63-
YUV93.55105.12104.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=26.29%
G=50.86%
B=22.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118530.4800.550.54112.6238.0133.53
Hex3D76353003736712622
Octal751666560067661614642
Binary111101111011011010111000001101111101101110001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D7635; }

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

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

<style>
 a { background-color: #3D7635; }

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

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

<style>
 span { border-color: #3D7635; }

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

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