Html Css Color HEX #384838 Timber Green

📋 copy color: '#384838'

red 56 ◦ green 72 ◦ blue 56

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

Shades of Timber Green #384838

Tints of Timber Green #384838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

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

R = 30.43%
G = 39.13%
B = 30.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#384838 (or 0x384838) is known color: Timber Green. HEX triplet: 38, 48 and 38. RGB value is (56,72,56). Sum of RGB (Red+Green+Blue) = 56+72+56=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #384838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384838 is #C7B7C7. Grayscale: #414141. Windows color (decimal): -13088712 or 3688504. OLE color: 3688504.

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

Color convert

RGB 56 72 56 -
CMYK 0.22 0 0.22 0.72
HSL 120º 0.13% 0.25% -
HSV(B) 120º 0.22% 0.28% -
XYZ 4.66 5.76 4.61 -
YUV 65.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 56 72 56 0.22 0 0.22 0.72 120 0.13 0.25
Hex 38 48 38 16 0 16 48 78 C 19
Octal 70 110 70 26 0 26 110 170 14 31
Binary 111000 1001000 111000 10110 0 10110 1001000 1111000 1100 11001

Color Harmonies of #384838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384838

Black with #384838

Text Example


Text Example

White with #384838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384838; }

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

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

background-color css

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

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

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

border-color css

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

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

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