#38853E

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

Shades of Japanese Laurel #38853E

Tints of Japanese Laurel #38853E

Color information

#38853E (or 0x38853E) is unknown color: approx Japanese Laurel. HEX triplet: 38, 85 and 3E. RGB value is (56,133,62). Sum of RGB (Red+Green+Blue) = 56+133+62=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #38853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38853E is #C77AC1. Grayscale: #666666. Windows color (decimal): -13073090 or 4097336. OLE color: 4097336.

HSL color Cylindrical-coordinate representation of color #38853E: hue angle of 124.68º 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 #38853E is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB5613362-
CMYK0.5800.530.48
HSL124.68º40.74%37.06%-
HSV(B)124.68º57.89%52.16%-
XYZ10.8917.967.45-
YUV101.88105.4995.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 133 (52.34% from 255) = 52.99%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=22.31%
G=52.99%
B=24.70%

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
Decimal56133620.5800.530.48124.6840.7437.06
Hex38853E3A035307d2925
Octal702057672065601755145
Binary1110001000010111111011101001101011100001111101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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