#338B35

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

Shades of Japanese Laurel #338B35

Tints of Japanese Laurel #338B35

Color information

#338B35 (or 0x338B35) is unknown color: approx Japanese Laurel. HEX triplet: 33, 8B and 35. RGB value is (51,139,53). Sum of RGB (Red+Green+Blue) = 51+139+53=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #338B35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338B35 is #CC74CA. Grayscale: #676767. Windows color (decimal): -13399243 or 3509043. OLE color: 3509043.

HSL color Cylindrical-coordinate representation of color #338B35: hue angle of 121.36º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B35 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB5113953-
CMYK0.6300.620.45
HSL121.36º46.32%37.25%-
HSV(B)121.36º63.31%54.51%-
XYZ11.2419.436.53-
YUV102.8899.8590.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 139 (54.69% from 255) = 57.20%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=20.99%
G=57.20%
B=21.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51139530.6300.620.45121.3646.3237.25
Hex338B353F03E2D792e25
Octal632136577076551715645
Binary1100111000101111010111111101111101011011111001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338B35; }

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

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

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

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

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

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

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

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