#38853F

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

Shades of Japanese Laurel #38853F

Tints of Japanese Laurel #38853F

Color information

#38853F (or 0x38853F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 85 and 3F. RGB value is (56,133,63). Sum of RGB (Red+Green+Blue) = 56+133+63=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #38853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38853F is #C77AC0. Grayscale: #666666. Windows color (decimal): -13073089 or 4162872. OLE color: 4162872.

HSL color Cylindrical-coordinate representation of color #38853F: hue angle of 125.45º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38853F is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB5613363-
CMYK0.5800.530.48
HSL125.45º40.74%37.06%-
HSV(B)125.45º57.89%52.16%-
XYZ10.9217.977.6-
YUV102105.9995.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 133 (52.34% from 255) = 52.78%
BLUE value IS 63 (25% from 255) = 25%
R=22.22%
G=52.78%
B=25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133630.5800.530.48125.4540.7437.06
Hex38853F3A035307d2925
Octal702057772065601755145
Binary1110001000010111111111101001101011100001111101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38853F; }

 p { color: rgb(56,133,63); }

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

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

 a { background-color: rgb(56,133,63); }

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

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

 span { border-color: rgb(56,133,63); }

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