#38843F

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

Shades of Japanese Laurel #38843F

Tints of Japanese Laurel #38843F

Color information

#38843F (or 0x38843F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 84 and 3F. RGB value is (56,132,63). Sum of RGB (Red+Green+Blue) = 56+132+63=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #38843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38843F is #C77BC0. Grayscale: #656565. Windows color (decimal): -13073345 or 4162616. OLE color: 4162616.

HSL color Cylindrical-coordinate representation of color #38843F: hue angle of 125.53º degrees, saturation: 0.4, 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 #38843F is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB5613263-
CMYK0.5800.520.48
HSL125.53º40.43%36.86%-
HSV(B)125.53º57.58%51.76%-
XYZ10.7817.77.55-
YUV101.41106.3295.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 132 (51.95% from 255) = 52.59%
BLUE value IS 63 (25% from 255) = 25.10%
R=22.31%
G=52.59%
B=25.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132630.5800.520.48125.5340.4336.86
Hex38843F3A034307e2825
Octal702047772064601765045
Binary1110001000010011111111101001101001100001111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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