Html Css Color HEX #384238 Timber Green

📋 copy color: '#384238'

red 56 ◦ green 66 ◦ blue 56

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

Shades of Timber Green #384238

Tints of Timber Green #384238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.08%

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

R = 31.46%
G = 37.08%
B = 31.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#384238 (or 0x384238) is known color: Timber Green. HEX triplet: 38, 42 and 38. RGB value is (56,66,56). Sum of RGB (Red+Green+Blue) = 56+66+56=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 66 - color contains mainly: green. Hex color #384238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384238 is #C7BDC7. Grayscale: #3D3D3D. Windows color (decimal): -13090248 or 3686968. OLE color: 3686968.

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

Color convert

RGB 56 66 56 -
CMYK 0.15 0 0.15 0.74
HSL 120º 0.08% 0.24% -
HSV(B) 120º 0.15% 0.26% -
XYZ 4.29 5.02 4.48 -
YUV 61.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 56 66 56 0.15 0 0.15 0.74 120 0.08 0.24
Hex 38 42 38 F 0 F 4A 78 8 18
Octal 70 102 70 17 0 17 112 170 10 30
Binary 111000 1000010 111000 1111 0 1111 1001010 1111000 1000 11000

Color Harmonies of #384238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384238

Black with #384238

Text Example


Text Example

White with #384238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384238; }

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

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

background-color css

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

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

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

border-color css

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

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

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