#38883E

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

Shades of Japanese Laurel #38883E

Tints of Japanese Laurel #38883E

Color information

#38883E (or 0x38883E) is unknown color: approx Japanese Laurel. HEX triplet: 38, 88 and 3E. RGB value is (56,136,62). Sum of RGB (Red+Green+Blue) = 56+136+62=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #38883E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38883E is #C777C1. Grayscale: #676767. Windows color (decimal): -13072322 or 4098104. OLE color: 4098104.

HSL color Cylindrical-coordinate representation of color #38883E: hue angle of 124.5º 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 #38883E is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB5613662-
CMYK0.5900.540.47
HSL124.5º41.67%37.65%-
HSV(B)124.5º58.82%53.33%-
XYZ11.318.87.59-
YUV103.64104.594.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 136 (53.52% from 255) = 53.54%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=22.05%
G=53.54%
B=24.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56136620.5900.540.47124.541.6737.65
Hex38883E3B0362F7c2a26
Octal702107673066571745246
Binary1110001000100011111011101101101101011111111100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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