#33843D

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

Shades of Japanese Laurel #33843D

Tints of Japanese Laurel #33843D

Color information

#33843D (or 0x33843D) is unknown color: approx Japanese Laurel. HEX triplet: 33, 84 and 3D. RGB value is (51,132,61). Sum of RGB (Red+Green+Blue) = 51+132+61=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #33843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33843D is #CC7BC2. Grayscale: #636363. Windows color (decimal): -13401027 or 4031539. OLE color: 4031539.

HSL color Cylindrical-coordinate representation of color #33843D: hue angle of 127.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33843D is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB5113261-
CMYK0.6100.540.48
HSL127.41º44.26%35.88%-
HSV(B)127.41º61.36%51.76%-
XYZ10.4617.547.25-
YUV99.69106.1693.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 132 (51.95% from 255) = 54.10%
BLUE value IS 61 (24.22% from 255) = 25%
R=20.90%
G=54.10%
B=25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132610.6100.540.48127.4144.2635.88
Hex33843D3D036307f2c24
Octal632047575066601775444
Binary1100111000010011110111110101101101100001111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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