#338238

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

Shades of Japanese Laurel #338238

Tints of Japanese Laurel #338238

Color information

#338238 (or 0x338238) is unknown color: approx Japanese Laurel. HEX triplet: 33, 82 and 38. RGB value is (51,130,56). Sum of RGB (Red+Green+Blue) = 51+130+56=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #338238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338238 is #CC7DC7. Grayscale: #626262. Windows color (decimal): -13401544 or 3703347. OLE color: 3703347.

HSL color Cylindrical-coordinate representation of color #338238: hue angle of 123.8º 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 #338238 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB5113056-
CMYK0.6100.570.49
HSL123.8º43.65%35.49%-
HSV(B)123.8º60.77%50.98%-
XYZ10.0616.956.48-
YUV97.94104.3394.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=21.52%
G=54.85%
B=23.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130560.6100.570.49123.843.6535.49
Hex3382383D039317c2c23
Octal632027075071611745443
Binary1100111000001011100011110101110011100011111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338238; }

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

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

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

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

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

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

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

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