Html Css Color HEX #384639 Timber Green

📋 copy color: '#384639'

red 56 ◦ green 70 ◦ blue 57

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

Shades of Timber Green #384639

Tints of Timber Green #384639

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

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

R = 30.6%
G = 38.25%
B = 31.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#384639 (or 0x384639) is known color: Timber Green. HEX triplet: 38, 46 and 39. RGB value is (56,70,57). Sum of RGB (Red+Green+Blue) = 56+70+57=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #384639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384639 is #C7B9C6. Grayscale: #404040. Windows color (decimal): -13089223 or 3753528. OLE color: 3753528.

HSL color Cylindrical-coordinate representation of color #384639: hue angle of 124.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384639 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 57 -
CMYK 0.20 0 0.19 0.73
HSL 124.29º 0.11% 0.25% -
HSV(B) 124.29º 0.2% 0.27% -
XYZ 4.56 5.52 4.7 -
YUV 64.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 56 70 57 0.20 0 0.19 0.73 124.29 0.11 0.25
Hex 38 46 39 14 0 13 49 7C B 19
Octal 70 106 71 24 0 23 111 174 13 31
Binary 111000 1000110 111001 10100 0 10011 1001001 1111100 1011 11001

Color Harmonies of #384639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384639

Black with #384639

Text Example


Text Example

White with #384639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384639; }

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

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

background-color css

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

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

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

border-color css

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

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

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