#33863C

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

Shades of Japanese Laurel #33863C

Tints of Japanese Laurel #33863C

Color information

#33863C (or 0x33863C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 86 and 3C. RGB value is (51,134,60). Sum of RGB (Red+Green+Blue) = 51+134+60=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #33863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33863C is #CC79C3. Grayscale: #646464. Windows color (decimal): -13400516 or 3966515. OLE color: 3966515.

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

Color convert

RGB5113460-
CMYK0.6200.550.47
HSL126.51º44.86%36.27%-
HSV(B)126.51º61.94%52.55%-
XYZ10.7118.087.2-
YUV100.7510592.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=20.82%
G=54.69%
B=24.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134600.6200.550.47126.5144.8636.27
Hex33863C3E0372F7f2d24
Octal632067476067571775544
Binary1100111000011011110011111001101111011111111111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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