#338B3C

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

Shades of Japanese Laurel #338B3C

Tints of Japanese Laurel #338B3C

Color information

#338B3C (or 0x338B3C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 8B and 3C. RGB value is (51,139,60). Sum of RGB (Red+Green+Blue) = 51+139+60=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #338B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338B3C is #CC74C3. Grayscale: #676767. Windows color (decimal): -13399236 or 3967795. OLE color: 3967795.

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

Color convert

RGB5113960-
CMYK0.6300.570.45
HSL126.14º46.32%37.25%-
HSV(B)126.14º63.31%54.51%-
XYZ11.4119.57.44-
YUV103.68103.3590.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 139 (54.69% from 255) = 55.6%
BLUE value IS 60 (23.83% from 255) = 24%
R=20.4%
G=55.6%
B=24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51139600.6300.570.45126.1446.3237.25
Hex338B3C3F0392D7e2e25
Octal632137477071551765645
Binary1100111000101111110011111101110011011011111110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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