#33713C

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

Shades of Japanese Laurel #33713C

Tints of Japanese Laurel #33713C

Color information

#33713C (or 0x33713C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 71 and 3C. RGB value is (51,113,60). Sum of RGB (Red+Green+Blue) = 51+113+60=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #33713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33713C is #CC8EC3. Grayscale: #585858. Windows color (decimal): -13405892 or 3961139. OLE color: 3961139.

HSL color Cylindrical-coordinate representation of color #33713C: hue angle of 128.71º 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 #33713C is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB5111360-
CMYK0.5500.470.56
HSL128.71º37.8%32.16%-
HSV(B)128.71º54.87%44.31%-
XYZ8.0912.846.33-
YUV88.42111.96101.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=22.77%
G=50.45%
B=26.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113600.5500.470.56128.7137.832.16
Hex33713C3702F38812620
Octal631617467057702014640
Binary1100111110001111100110111010111111100010000001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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