#338A34

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

Shades of Japanese Laurel #338A34

Tints of Japanese Laurel #338A34

Color information

#338A34 (or 0x338A34) is unknown color: approx Japanese Laurel. HEX triplet: 33, 8A and 34. RGB value is (51,138,52). Sum of RGB (Red+Green+Blue) = 51+138+52=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #338A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338A34 is #CC75CB. Grayscale: #666666. Windows color (decimal): -13399500 or 3443251. OLE color: 3443251.

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

Color convert

RGB5113852-
CMYK0.6300.620.46
HSL120.69º46.03%37.06%-
HSV(B)120.69º63.04%54.12%-
XYZ11.0719.136.36-
YUV102.1899.6891.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 138 (54.30% from 255) = 57.26%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=21.16%
G=57.26%
B=21.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51138520.6300.620.46120.6946.0337.06
Hex338A343F03E2E792e25
Octal632126477076561715645
Binary1100111000101011010011111101111101011101111001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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