Html Css Color HEX #38443A Timber Green

📋 copy color: '#38443A'

red 56 ◦ green 68 ◦ blue 58

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

Shades of Timber Green #38443A

Tints of Timber Green #38443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.87%

R = 30.77%
G = 37.36%
B = 31.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#38443A (or 0x38443A) is known color: Timber Green. HEX triplet: 38, 44 and 3A. RGB value is (56,68,58). Sum of RGB (Red+Green+Blue) = 56+68+58=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 68 - color contains mainly: green. Hex color #38443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38443A is #C7BBC5. Grayscale: #3F3F3F. Windows color (decimal): -13089734 or 3818552. OLE color: 3818552.

HSL color Cylindrical-coordinate representation of color #38443A: hue angle of 130º 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 #38443A is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 58 -
CMYK 0.18 0 0.15 0.73
HSL 130º 0.1% 0.24% -
HSV(B) 130º 0.18% 0.27% -
XYZ 4.46 5.28 4.79 -
YUV 63.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 56 68 58 0.18 0 0.15 0.73 130 0.1 0.24
Hex 38 44 3A 12 0 F 49 82 A 18
Octal 70 104 72 22 0 17 111 202 12 30
Binary 111000 1000100 111010 10010 0 1111 1001001 10000010 1010 11000

Color Harmonies of #38443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38443A

Black with #38443A

Text Example


Text Example

White with #38443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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