Html Css Color HEX #38453A Timber Green

📋 copy color: '#38453A'

red 56 ◦ green 69 ◦ blue 58

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

Shades of Timber Green #38453A

Tints of Timber Green #38453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

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

R = 30.6%
G = 37.7%
B = 31.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#38453A (or 0x38453A) is known color: Timber Green. HEX triplet: 38, 45 and 3A. RGB value is (56,69,58). Sum of RGB (Red+Green+Blue) = 56+69+58=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #38453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38453A is #C7BAC5. Grayscale: #3F3F3F. Windows color (decimal): -13089478 or 3818808. OLE color: 3818808.

HSL color Cylindrical-coordinate representation of color #38453A: hue angle of 129.23º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #38453A is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 58 -
CMYK 0.19 0 0.16 0.73
HSL 129.23º 0.1% 0.25% -
HSV(B) 129.23º 0.19% 0.27% -
XYZ 4.52 5.4 4.81 -
YUV 63.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 56 69 58 0.19 0 0.16 0.73 129.23 0.1 0.25
Hex 38 45 3A 13 0 10 49 81 A 19
Octal 70 105 72 23 0 20 111 201 12 31
Binary 111000 1000101 111010 10011 0 10000 1001001 10000001 1010 11001

Color Harmonies of #38453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38453A

Black with #38453A

Text Example


Text Example

White with #38453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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