#338635

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

Shades of Japanese Laurel #338635

Tints of Japanese Laurel #338635

Color information

#338635 (or 0x338635) is unknown color: approx Japanese Laurel. HEX triplet: 33, 86 and 35. RGB value is (51,134,53). Sum of RGB (Red+Green+Blue) = 51+134+53=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #338635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338635 is #CC79CA. Grayscale: #646464. Windows color (decimal): -13400523 or 3507763. OLE color: 3507763.

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

Color convert

RGB5113453-
CMYK0.6200.600.47
HSL121.45º44.86%36.27%-
HSV(B)121.45º61.94%52.55%-
XYZ10.5318.016.29-
YUV99.95101.593.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 134 (52.73% from 255) = 56.30%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=21.43%
G=56.30%
B=22.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134530.6200.600.47121.4544.8636.27
Hex3386353E03C2F792d24
Octal632066576074571715544
Binary1100111000011011010111111001111001011111111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338635; }

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

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

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

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

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

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

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

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