Html Css Color HEX #38443D Timber Green

📋 copy color: '#38443D'

red 56 ◦ green 68 ◦ blue 61

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

Shades of Timber Green #38443D

Tints of Timber Green #38443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

 BLUE value IS 61 (24.22% from 255) = 32.97%

R = 30.27%
G = 36.76%
B = 32.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#38443D (or 0x38443D) is known color: Timber Green. HEX triplet: 38, 44 and 3D. RGB value is (56,68,61). Sum of RGB (Red+Green+Blue) = 56+68+61=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #38443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38443D is #C7BBC2. Grayscale: #3F3F3F. Windows color (decimal): -13089731 or 4015160. OLE color: 4015160.

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

Color convert

RGB 56 68 61 -
CMYK 0.18 0 0.10 0.73
HSL 145º 0.1% 0.24% -
HSV(B) 145º 0.18% 0.27% -
XYZ 4.54 5.31 5.2 -
YUV 63.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 56 68 61 0.18 0 0.10 0.73 145 0.1 0.24
Hex 38 44 3D 12 0 A 49 91 A 18
Octal 70 104 75 22 0 12 111 221 12 30
Binary 111000 1000100 111101 10010 0 1010 1001001 10010001 1010 11000

Color Harmonies of #38443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38443D

Black with #38443D

Text Example


Text Example

White with #38443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38443D; }

 p { color: rgb(56,68,61); }

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

background-color css

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

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

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

border-color css

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

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

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