Html Css Color HEX #384538 Timber Green

📋 copy color: '#384538'

red 56 ◦ green 69 ◦ blue 56

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

Shades of Timber Green #384538

Tints of Timber Green #384538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.12%

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

R = 30.94%
G = 38.12%
B = 30.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#384538 (or 0x384538) is known color: Timber Green. HEX triplet: 38, 45 and 38. RGB value is (56,69,56). Sum of RGB (Red+Green+Blue) = 56+69+56=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 69 - color contains mainly: green. Hex color #384538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384538 is #C7BAC7. Grayscale: #3F3F3F. Windows color (decimal): -13089480 or 3687736. OLE color: 3687736.

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

Color convert

RGB 56 69 56 -
CMYK 0.19 0 0.19 0.73
HSL 120º 0.1% 0.25% -
HSV(B) 120º 0.19% 0.27% -
XYZ 4.47 5.38 4.54 -
YUV 63.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 56 69 56 0.19 0 0.19 0.73 120 0.1 0.25
Hex 38 45 38 13 0 13 49 78 A 19
Octal 70 105 70 23 0 23 111 170 12 31
Binary 111000 1000101 111000 10011 0 10011 1001001 1111000 1010 11001

Color Harmonies of #384538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384538

Black with #384538

Text Example


Text Example

White with #384538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384538; }

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

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

background-color css

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

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

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

border-color css

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

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

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