Html Css Color HEX #38423A Timber Green

📋 copy color: '#38423A'

red 56 ◦ green 66 ◦ blue 58

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

Shades of Timber Green #38423A

Tints of Timber Green #38423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

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

R = 31.11%
G = 36.67%
B = 32.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#38423A (or 0x38423A) is known color: Timber Green. HEX triplet: 38, 42 and 3A. RGB value is (56,66,58). Sum of RGB (Red+Green+Blue) = 56+66+58=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 66 - color contains mainly: green. Hex color #38423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38423A is #C7BDC5. Grayscale: #3E3E3E. Windows color (decimal): -13090246 or 3818040. OLE color: 3818040.

HSL color Cylindrical-coordinate representation of color #38423A: hue angle of 132º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #38423A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 58 -
CMYK 0.15 0 0.12 0.74
HSL 132º 0.08% 0.24% -
HSV(B) 132º 0.15% 0.26% -
XYZ 4.34 5.04 4.75 -
YUV 62.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 56 66 58 0.15 0 0.12 0.74 132 0.08 0.24
Hex 38 42 3A F 0 C 4A 84 8 18
Octal 70 102 72 17 0 14 112 204 10 30
Binary 111000 1000010 111010 1111 0 1100 1001010 10000100 1000 11000

Color Harmonies of #38423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38423A

Black with #38423A

Text Example


Text Example

White with #38423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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