Html Css Color HEX #383F38 Timber Green

📋 copy color: '#383F38'

red 56 ◦ green 63 ◦ blue 56

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

Shades of Timber Green #383F38

Tints of Timber Green #383F38

RGB

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

 GREEN value IS 63 (25% from 255) = 36%

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

R = 32%
G = 36%
B = 32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#383F38 (or 0x383F38) is known color: Timber Green. HEX triplet: 38, 3F and 38. RGB value is (56,63,56). Sum of RGB (Red+Green+Blue) = 56+63+56=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 63 - color contains mainly: green. Hex color #383F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F38 is #C7C0C7. Grayscale: #3C3C3C. Windows color (decimal): -13091016 or 3686200. OLE color: 3686200.

HSL color Cylindrical-coordinate representation of color #383F38: hue angle of 120º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #383F38 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 63 56 -
CMYK 0.11 0 0.11 0.75
HSL 120º 0.06% 0.23% -
HSV(B) 120º 0.11% 0.25% -
XYZ 4.12 4.68 4.43 -
YUV 60.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 56 63 56 0.11 0 0.11 0.75 120 0.06 0.23
Hex 38 3F 38 B 0 B 4B 78 6 17
Octal 70 77 70 13 0 13 113 170 6 27
Binary 111000 111111 111000 1011 0 1011 1001011 1111000 110 10111

Color Harmonies of #383F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F38

Black with #383F38

Text Example


Text Example

White with #383F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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