#383F3D

Color #383F3D Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #383F3D

Tints of Gable Green #383F3D

Color information

#383F3D (or 0x383F3D) is unknown color: approx Gable Green. HEX triplet: 38, 3F and 3D. RGB value is (56,63,61). Sum of RGB (Red+Green+Blue) = 56+63+61=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 63 - color contains mainly: green. Hex color #383F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F3D is #C7C0C2. Grayscale: #3C3C3C. Windows color (decimal): -13091011 or 4013880. OLE color: 4013880.

HSL color Cylindrical-coordinate representation of color #383F3D: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #383F3D is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB566361-
CMYK0.1100.030.75
HSL162.86º5.88%23.33%-
HSV(B)162.86º11.11%24.71%-
XYZ4.254.735.1-
YUV60.68128.18124.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 63 (25% from 255) = 35%
BLUE value IS 61 (24.22% from 255) = 33.89%
R=31.11%
G=35%
B=33.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663610.1100.030.75162.865.8823.33
Hex383F3DB034Ba3617
Octal7077751303113243627
Binary111000111111111101101101110010111010001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F3D; }

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

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

<style>
 a { background-color: #383F3D; }

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

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

<style>
 span { border-color: #383F3D; }

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

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