#338239

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

Shades of Japanese Laurel #338239

Tints of Japanese Laurel #338239

Color information

#338239 (or 0x338239) is unknown color: approx Japanese Laurel. HEX triplet: 33, 82 and 39. RGB value is (51,130,57). Sum of RGB (Red+Green+Blue) = 51+130+57=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #338239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338239 is #CC7DC6. Grayscale: #626262. Windows color (decimal): -13401543 or 3768883. OLE color: 3768883.

HSL color Cylindrical-coordinate representation of color #338239: hue angle of 124.56º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338239 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB5113057-
CMYK0.6100.560.49
HSL124.56º43.65%35.49%-
HSV(B)124.56º60.77%50.98%-
XYZ10.0916.966.61-
YUV98.06104.8394.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=21.43%
G=54.62%
B=23.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130570.6100.560.49124.5643.6535.49
Hex3382393D038317d2c23
Octal632027175070611755443
Binary1100111000001011100111110101110001100011111101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338239; }

 p { color: rgb(51,130,57); }

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

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

 a { background-color: rgb(51,130,57); }

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

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

 span { border-color: rgb(51,130,57); }

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