#33713D

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

Shades of Japanese Laurel #33713D

Tints of Japanese Laurel #33713D

Color information

#33713D (or 0x33713D) is unknown color: approx Japanese Laurel. HEX triplet: 33, 71 and 3D. RGB value is (51,113,61). Sum of RGB (Red+Green+Blue) = 51+113+61=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #33713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33713D is #CC8EC2. Grayscale: #585858. Windows color (decimal): -13405891 or 4026675. OLE color: 4026675.

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

Color convert

RGB5111361-
CMYK0.5500.460.56
HSL129.68º37.8%32.16%-
HSV(B)129.68º54.87%44.31%-
XYZ8.1112.856.47-
YUV88.53112.46101.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=22.67%
G=50.22%
B=27.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113610.5500.460.56129.6837.832.16
Hex33713D3702E38822620
Octal631617567056702024640
Binary1100111110001111101110111010111011100010000010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,113,61); }

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

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

 a { background-color: rgb(51,113,61); }

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

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

 span { border-color: rgb(51,113,61); }

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