#338A35

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

Shades of Japanese Laurel #338A35

Tints of Japanese Laurel #338A35

Color information

#338A35 (or 0x338A35) is unknown color: approx Japanese Laurel. HEX triplet: 33, 8A and 35. RGB value is (51,138,53). Sum of RGB (Red+Green+Blue) = 51+138+53=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #338A35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338A35 is #CC75CA. Grayscale: #666666. Windows color (decimal): -13399499 or 3508787. OLE color: 3508787.

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

Color convert

RGB5113853-
CMYK0.6300.620.46
HSL121.38º46.03%37.06%-
HSV(B)121.38º63.04%54.12%-
XYZ11.119.146.48-
YUV102.3100.1891.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 138 (54.30% from 255) = 57.02%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=21.07%
G=57.02%
B=21.90%

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
Decimal51138530.6300.620.46121.3846.0337.06
Hex338A353F03E2E792e25
Octal632126577076561715645
Binary1100111000101011010111111101111101011101111001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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