Html Css Color HEX #383938 Timber Green

📋 copy color: '#383938'

red 56 ◦ green 57 ◦ blue 56

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

Shades of Timber Green #383938

Tints of Timber Green #383938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.73%

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

R = 33.14%
G = 33.73%
B = 33.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#383938 (or 0x383938) is known color: Timber Green. HEX triplet: 38, 39 and 38. RGB value is (56,57,56). Sum of RGB (Red+Green+Blue) = 56+57+56=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 57 - color contains mainly: green. Hex color #383938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383938 is #C7C6C7. Grayscale: #383838. Windows color (decimal): -13092552 or 3684664. OLE color: 3684664.

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

Color convert

RGB 56 57 56 -
CMYK 0.02 0 0.02 0.78
HSL 120º 0.01% 0.22% -
HSV(B) 120º 0.02% 0.22% -
XYZ 3.81 4.05 4.32 -
YUV 56.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 56 57 56 0.02 0 0.02 0.78 120 0.01 0.22
Hex 38 39 38 2 0 2 4E 78 1 16
Octal 70 71 70 2 0 2 116 170 1 26
Binary 111000 111001 111000 10 0 10 1001110 1111000 1 10110

Color Harmonies of #383938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383938

Black with #383938

Text Example


Text Example

White with #383938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383938; }

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

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

background-color css

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

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

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

border-color css

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

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

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