#338431

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

Shades of Japanese Laurel #338431

Tints of Japanese Laurel #338431

Color information

#338431 (or 0x338431) is unknown color: approx Japanese Laurel. HEX triplet: 33, 84 and 31. RGB value is (51,132,49). Sum of RGB (Red+Green+Blue) = 51+132+49=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #338431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338431 is #CC7BCE. Grayscale: #626262. Windows color (decimal): -13401039 or 3245107. OLE color: 3245107.

HSL color Cylindrical-coordinate representation of color #338431: hue angle of 118.55º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338431 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB5113249-
CMYK0.6100.630.48
HSL118.55º45.86%35.49%-
HSV(B)118.55º62.88%51.76%-
XYZ10.1717.435.73-
YUV98.32100.1694.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 132 (51.95% from 255) = 56.90%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=21.98%
G=56.90%
B=21.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132490.6100.630.48118.5545.8635.49
Hex3384313D03F30772e23
Octal632046175077601675643
Binary1100111000010011000111110101111111100001110111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338431; }

 p { color: rgb(51,132,49); }

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

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

 a { background-color: rgb(51,132,49); }

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

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

 span { border-color: rgb(51,132,49); }

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