Html Css Color HEX #38463A Timber Green

📋 copy color: '#38463A'

red 56 ◦ green 70 ◦ blue 58

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

Shades of Timber Green #38463A

Tints of Timber Green #38463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

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

R = 30.43%
G = 38.04%
B = 31.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#38463A (or 0x38463A) is known color: Timber Green. HEX triplet: 38, 46 and 3A. RGB value is (56,70,58). Sum of RGB (Red+Green+Blue) = 56+70+58=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #38463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38463A is #C7B9C5. Grayscale: #404040. Windows color (decimal): -13089222 or 3819064. OLE color: 3819064.

HSL color Cylindrical-coordinate representation of color #38463A: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #38463A is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 58 -
CMYK 0.20 0 0.17 0.73
HSL 128.57º 0.11% 0.25% -
HSV(B) 128.57º 0.2% 0.27% -
XYZ 4.58 5.53 4.83 -
YUV 64.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 56 70 58 0.20 0 0.17 0.73 128.57 0.11 0.25
Hex 38 46 3A 14 0 11 49 81 B 19
Octal 70 106 72 24 0 21 111 201 13 31
Binary 111000 1000110 111010 10100 0 10001 1001001 10000001 1011 11001

Color Harmonies of #38463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38463A

Black with #38463A

Text Example


Text Example

White with #38463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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