#338A42

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

Shades of Japanese Laurel #338A42

Tints of Japanese Laurel #338A42

Color information

#338A42 (or 0x338A42) is unknown color: approx Japanese Laurel. HEX triplet: 33, 8A and 42. RGB value is (51,138,66). Sum of RGB (Red+Green+Blue) = 51+138+66=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #338A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338A42 is #CC75BD. Grayscale: #676767. Windows color (decimal): -13399486 or 4360755. OLE color: 4360755.

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

Color convert

RGB5113866-
CMYK0.6300.520.46
HSL130.34º46.03%37.06%-
HSV(B)130.34º63.04%54.12%-
XYZ11.4419.278.27-
YUV103.78106.6890.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 138 (54.30% from 255) = 54.12%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=20%
G=54.12%
B=25.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51138660.6300.520.46130.3446.0337.06
Hex338A423F0342E822e25
Octal6321210277064562025645
Binary110011100010101000010111111011010010111010000010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,138,66); }

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

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

 a { background-color: rgb(51,138,66); }

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

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

 span { border-color: rgb(51,138,66); }

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