Html Css Color HEX #383D39 Timber Green

📋 copy color: '#383D39'

red 56 ◦ green 61 ◦ blue 57

#383D39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #383D39

Tints of Timber Green #383D39

RGB

 RED value IS 56 (22.27% from 255) = 32.18%

 GREEN value IS 61 (24.22% from 255) = 35.06%

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 32.18%
G = 35.06%
B = 32.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#383D39 (or 0x383D39) is known color: Timber Green. HEX triplet: 38, 3D and 39. RGB value is (56,61,57). Sum of RGB (Red+Green+Blue) = 56+61+57=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 61 - color contains mainly: green. Hex color #383D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D39 is #C7C2C6. Grayscale: #3B3B3B. Windows color (decimal): -13091527 or 3751224. OLE color: 3751224.

HSL color Cylindrical-coordinate representation of color #383D39: hue angle of 132º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #383D39 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 61 57 -
CMYK 0.08 0 0.07 0.76
HSL 132º 0.04% 0.23% -
HSV(B) 132º 0.08% 0.24% -
XYZ 4.04 4.47 4.52 -
YUV 59.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 56 61 57 0.08 0 0.07 0.76 132 0.04 0.23
Hex 38 3D 39 8 0 7 4C 84 4 17
Octal 70 75 71 10 0 7 114 204 4 27
Binary 111000 111101 111001 1000 0 111 1001100 10000100 100 10111

Color Harmonies of #383D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D39

Black with #383D39

Text Example


Text Example

White with #383D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #383D39;
 }
 .AnyTagClassName
 {
   color: #383D39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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