#387933

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

Shades of Japanese Laurel #387933

Tints of Japanese Laurel #387933

Color information

#387933 (or 0x387933) is unknown color: approx Japanese Laurel. HEX triplet: 38, 79 and 33. RGB value is (56,121,51). Sum of RGB (Red+Green+Blue) = 56+121+51=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #387933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387933 is #C786CC. Grayscale: #5D5D5D. Windows color (decimal): -13076173 or 3373368. OLE color: 3373368.

HSL color Cylindrical-coordinate representation of color #387933: hue angle of 115.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387933 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB5612151-
CMYK0.5400.580.53
HSL115.71º40.7%33.73%-
HSV(B)115.71º57.85%47.45%-
XYZ9.0714.755.5-
YUV93.58103.97101.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=24.56%
G=53.07%
B=22.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121510.5400.580.53115.7140.733.73
Hex3879333603A35742922
Octal701716366072651645142
Binary111000111100111001111011001110101101011110100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387933; }

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

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

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

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

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

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

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

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