#38873A

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

Shades of Japanese Laurel #38873A

Tints of Japanese Laurel #38873A

Color information

#38873A (or 0x38873A) is unknown color: approx Japanese Laurel. HEX triplet: 38, 87 and 3A. RGB value is (56,135,58). Sum of RGB (Red+Green+Blue) = 56+135+58=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #38873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38873A is #C778C5. Grayscale: #666666. Windows color (decimal): -13072582 or 3835704. OLE color: 3835704.

HSL color Cylindrical-coordinate representation of color #38873A: hue angle of 121.52º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38873A is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB5613558-
CMYK0.5900.570.47
HSL121.52º41.36%37.45%-
HSV(B)121.52º58.52%52.94%-
XYZ11.0618.476.99-
YUV102.6102.8394.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=22.49%
G=54.22%
B=23.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135580.5900.570.47121.5241.3637.45
Hex38873A3B0392F7a2925
Octal702077273071571725145
Binary1110001000011111101011101101110011011111111010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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