#338B38

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

Shades of Japanese Laurel #338B38

Tints of Japanese Laurel #338B38

Color information

#338B38 (or 0x338B38) is unknown color: approx Japanese Laurel. HEX triplet: 33, 8B and 38. RGB value is (51,139,56). Sum of RGB (Red+Green+Blue) = 51+139+56=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #338B38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338B38 is #CC74C7. Grayscale: #676767. Windows color (decimal): -13399240 or 3705651. OLE color: 3705651.

HSL color Cylindrical-coordinate representation of color #338B38: hue angle of 123.41º 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 #338B38 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB5113956-
CMYK0.6300.600.45
HSL123.41º46.32%37.25%-
HSV(B)123.41º63.31%54.51%-
XYZ11.3119.456.9-
YUV103.23101.3590.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 139 (54.69% from 255) = 56.50%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=20.73%
G=56.50%
B=22.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51139560.6300.600.45123.4146.3237.25
Hex338B383F03C2D7b2e25
Octal632137077074551735645
Binary1100111000101111100011111101111001011011111011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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