#33843B

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

Shades of Japanese Laurel #33843B

Tints of Japanese Laurel #33843B

Color information

#33843B (or 0x33843B) is unknown color: approx Japanese Laurel. HEX triplet: 33, 84 and 3B. RGB value is (51,132,59). Sum of RGB (Red+Green+Blue) = 51+132+59=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #33843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33843B is #CC7BC4. Grayscale: #636363. Windows color (decimal): -13401029 or 3900467. OLE color: 3900467.

HSL color Cylindrical-coordinate representation of color #33843B: hue angle of 125.93º 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 #33843B is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB5113259-
CMYK0.6100.550.48
HSL125.93º44.26%35.88%-
HSV(B)125.93º61.36%51.76%-
XYZ10.4117.526.97-
YUV99.46105.1693.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 132 (51.95% from 255) = 54.55%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=21.07%
G=54.55%
B=24.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132590.6100.550.48125.9344.2635.88
Hex33843B3D037307e2c24
Octal632047375067601765444
Binary1100111000010011101111110101101111100001111110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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