Html Css Color HEX #38423B Timber Green

📋 copy color: '#38423B'

red 56 ◦ green 66 ◦ blue 59

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

Shades of Timber Green #38423B

Tints of Timber Green #38423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.6%

R = 30.94%
G = 36.46%
B = 32.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#38423B (or 0x38423B) is known color: Timber Green. HEX triplet: 38, 42 and 3B. RGB value is (56,66,59). Sum of RGB (Red+Green+Blue) = 56+66+59=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 66 - color contains mainly: green. Hex color #38423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38423B is #C7BDC4. Grayscale: #3E3E3E. Windows color (decimal): -13090245 or 3883576. OLE color: 3883576.

HSL color Cylindrical-coordinate representation of color #38423B: hue angle of 138º 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 #38423B is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 59 -
CMYK 0.15 0 0.11 0.74
HSL 138º 0.08% 0.24% -
HSV(B) 138º 0.15% 0.26% -
XYZ 4.37 5.05 4.88 -
YUV 62.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 56 66 59 0.15 0 0.11 0.74 138 0.08 0.24
Hex 38 42 3B F 0 B 4A 8A 8 18
Octal 70 102 73 17 0 13 112 212 10 30
Binary 111000 1000010 111011 1111 0 1011 1001010 10001010 1000 11000

Color Harmonies of #38423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38423B

Black with #38423B

Text Example


Text Example

White with #38423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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