Html Css Color HEX #384038 Timber Green

📋 copy color: '#384038'

red 56 ◦ green 64 ◦ blue 56

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

Shades of Timber Green #384038

Tints of Timber Green #384038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

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

R = 31.82%
G = 36.36%
B = 31.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#384038 (or 0x384038) is known color: Timber Green. HEX triplet: 38, 40 and 38. RGB value is (56,64,56). Sum of RGB (Red+Green+Blue) = 56+64+56=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 64 - color contains mainly: green. Hex color #384038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384038 is #C7BFC7. Grayscale: #3C3C3C. Windows color (decimal): -13090760 or 3686456. OLE color: 3686456.

HSL color Cylindrical-coordinate representation of color #384038: hue angle of 120º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #384038 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 56 -
CMYK 0.13 0 0.13 0.75
HSL 120º 0.07% 0.24% -
HSV(B) 120º 0.13% 0.25% -
XYZ 4.18 4.79 4.45 -
YUV 60.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 56 64 56 0.13 0 0.13 0.75 120 0.07 0.24
Hex 38 40 38 D 0 D 4B 78 7 18
Octal 70 100 70 15 0 15 113 170 7 30
Binary 111000 1000000 111000 1101 0 1101 1001011 1111000 111 11000

Color Harmonies of #384038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384038

Black with #384038

Text Example


Text Example

White with #384038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384038; }

 p { color: rgb(56,64,56); }

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

background-color css

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

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

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

border-color css

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

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

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