#33853E

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

Shades of Japanese Laurel #33853E

Tints of Japanese Laurel #33853E

Color information

#33853E (or 0x33853E) is unknown color: approx Japanese Laurel. HEX triplet: 33, 85 and 3E. RGB value is (51,133,62). Sum of RGB (Red+Green+Blue) = 51+133+62=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #33853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33853E is #CC7AC1. Grayscale: #646464. Windows color (decimal): -13400770 or 4097331. OLE color: 4097331.

HSL color Cylindrical-coordinate representation of color #33853E: hue angle of 128.05º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33853E is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB5113362-
CMYK0.6200.530.48
HSL128.05º44.57%36.08%-
HSV(B)128.05º61.65%52.16%-
XYZ10.6217.837.44-
YUV100.39106.3392.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=20.73%
G=54.07%
B=25.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51133620.6200.530.48128.0544.5736.08
Hex33853E3E03530802d24
Octal632057676065602005544
Binary11001110000101111110111110011010111000010000000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33853E; }

 p { color: rgb(51,133,62); }

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

<style>
 a { background-color: #33853E; }

 a { background-color: rgb(51,133,62); }

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

<style>
 span { border-color: #33853E; }

 span { border-color: rgb(51,133,62); }

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