#338535

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

Shades of Japanese Laurel #338535

Tints of Japanese Laurel #338535

Color information

#338535 (or 0x338535) is unknown color: approx Japanese Laurel. HEX triplet: 33, 85 and 35. RGB value is (51,133,53). Sum of RGB (Red+Green+Blue) = 51+133+53=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #338535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338535 is #CC7ACA. Grayscale: #636363. Windows color (decimal): -13400779 or 3507507. OLE color: 3507507.

HSL color Cylindrical-coordinate representation of color #338535: hue angle of 121.46º 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 #338535 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB5113353-
CMYK0.6200.600.48
HSL121.46º44.57%36.08%-
HSV(B)121.46º61.65%52.16%-
XYZ10.417.746.24-
YUV99.36101.8393.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 133 (52.34% from 255) = 56.12%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=21.52%
G=56.12%
B=22.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51133530.6200.600.48121.4644.5736.08
Hex3385353E03C30792d24
Octal632056576074601715544
Binary1100111000010111010111111001111001100001111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338535; }

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

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

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

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

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

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

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

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