Html Css Color HEX #383F39 Timber Green

📋 copy color: '#383F39'

red 56 ◦ green 63 ◦ blue 57

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

Shades of Timber Green #383F39

Tints of Timber Green #383F39

RGB

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

 GREEN value IS 63 (25% from 255) = 35.8%

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

R = 31.82%
G = 35.8%
B = 32.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#383F39 (or 0x383F39) is known color: Timber Green. HEX triplet: 38, 3F and 39. RGB value is (56,63,57). Sum of RGB (Red+Green+Blue) = 56+63+57=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 63 - color contains mainly: green. Hex color #383F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F39 is #C7C0C6. Grayscale: #3C3C3C. Windows color (decimal): -13091015 or 3751736. OLE color: 3751736.

HSL color Cylindrical-coordinate representation of color #383F39: hue angle of 128.57º 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 #383F39 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 63 57 -
CMYK 0.11 0 0.10 0.75
HSL 128.57º 0.06% 0.23% -
HSV(B) 128.57º 0.11% 0.25% -
XYZ 4.15 4.69 4.56 -
YUV 60.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 56 63 57 0.11 0 0.10 0.75 128.57 0.06 0.23
Hex 38 3F 39 B 0 A 4B 81 6 17
Octal 70 77 71 13 0 12 113 201 6 27
Binary 111000 111111 111001 1011 0 1010 1001011 10000001 110 10111

Color Harmonies of #383F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F39

Black with #383F39

Text Example


Text Example

White with #383F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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