#38723A

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

Shades of Japanese Laurel #38723A

Tints of Japanese Laurel #38723A

Color information

#38723A (or 0x38723A) is unknown color: approx Japanese Laurel. HEX triplet: 38, 72 and 3A. RGB value is (56,114,58). Sum of RGB (Red+Green+Blue) = 56+114+58=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #38723A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38723A is #C78DC5. Grayscale: #5A5A5A. Windows color (decimal): -13077958 or 3830328. OLE color: 3830328.

HSL color Cylindrical-coordinate representation of color #38723A: hue angle of 122.07º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38723A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB5611458-
CMYK0.5100.490.55
HSL122.07º34.12%33.33%-
HSV(B)122.07º50.88%44.71%-
XYZ8.4113.186.1-
YUV90.27109.78103.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=24.56%
G=50%
B=25.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114580.5100.490.55122.0734.1233.33
Hex38723A33031377a2221
Octal701627263061671724241
Binary111000111001011101011001101100011101111111010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38723A; }

 p { color: rgb(56,114,58); }

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

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

 a { background-color: rgb(56,114,58); }

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

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

 span { border-color: rgb(56,114,58); }

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