Html Css Color HEX #384338 Timber Green

📋 copy color: '#384338'

red 56 ◦ green 67 ◦ blue 56

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

Shades of Timber Green #384338

Tints of Timber Green #384338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.43%

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

R = 31.28%
G = 37.43%
B = 31.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#384338 (or 0x384338) is known color: Timber Green. HEX triplet: 38, 43 and 38. RGB value is (56,67,56). Sum of RGB (Red+Green+Blue) = 56+67+56=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #384338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384338 is #C7BCC7. Grayscale: #3E3E3E. Windows color (decimal): -13089992 or 3687224. OLE color: 3687224.

HSL color Cylindrical-coordinate representation of color #384338: hue angle of 120º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #384338 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 56 -
CMYK 0.16 0 0.16 0.74
HSL 120º 0.09% 0.24% -
HSV(B) 120º 0.16% 0.26% -
XYZ 4.35 5.14 4.5 -
YUV 62.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 56 67 56 0.16 0 0.16 0.74 120 0.09 0.24
Hex 38 43 38 10 0 10 4A 78 9 18
Octal 70 103 70 20 0 20 112 170 11 30
Binary 111000 1000011 111000 10000 0 10000 1001010 1111000 1001 11000

Color Harmonies of #384338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384338

Black with #384338

Text Example


Text Example

White with #384338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384338; }

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

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

background-color css

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

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

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

border-color css

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

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

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