#38913E

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

Shades of Japanese Laurel #38913E

Tints of Japanese Laurel #38913E

Color information

#38913E (or 0x38913E) is unknown color: approx Japanese Laurel. HEX triplet: 38, 91 and 3E. RGB value is (56,145,62). Sum of RGB (Red+Green+Blue) = 56+145+62=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #38913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38913E is #C76EC1. Grayscale: #6D6D6D. Windows color (decimal): -13070018 or 4100408. OLE color: 4100408.

HSL color Cylindrical-coordinate representation of color #38913E: hue angle of 124.04º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38913E is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB5614562-
CMYK0.6100.570.43
HSL124.04º44.28%39.41%-
HSV(B)124.04º61.38%56.86%-
XYZ12.6321.448.03-
YUV108.93101.5190.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 145 (57.03% from 255) = 55.13%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=21.29%
G=55.13%
B=23.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56145620.6100.570.43124.0444.2839.41
Hex38913E3D0392B7c2c27
Octal702217675071531745447
Binary1110001001000111111011110101110011010111111100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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