#38883D

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

Shades of Japanese Laurel #38883D

Tints of Japanese Laurel #38883D

Color information

#38883D (or 0x38883D) is unknown color: approx Japanese Laurel. HEX triplet: 38, 88 and 3D. RGB value is (56,136,61). Sum of RGB (Red+Green+Blue) = 56+136+61=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #38883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38883D is #C777C2. Grayscale: #676767. Windows color (decimal): -13072323 or 4032568. OLE color: 4032568.

HSL color Cylindrical-coordinate representation of color #38883D: hue angle of 123.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38883D is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB5613661-
CMYK0.5900.550.47
HSL123.75º41.67%37.65%-
HSV(B)123.75º58.82%53.33%-
XYZ11.2818.797.45-
YUV103.5310494.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 136 (53.52% from 255) = 53.75%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=22.13%
G=53.75%
B=24.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56136610.5900.550.47123.7541.6737.65
Hex38883D3B0372F7c2a26
Octal702107573067571745246
Binary1110001000100011110111101101101111011111111100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38883D; }

 p { color: rgb(56,136,61); }

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

<style>
 a { background-color: #38883D; }

 a { background-color: rgb(56,136,61); }

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

<style>
 span { border-color: #38883D; }

 span { border-color: rgb(56,136,61); }

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