Html Css Color HEX #38433C Timber Green

📋 copy color: '#38433C'

red 56 ◦ green 67 ◦ blue 60

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

Shades of Timber Green #38433C

Tints of Timber Green #38433C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

 BLUE value IS 60 (23.83% from 255) = 32.79%

R = 30.6%
G = 36.61%
B = 32.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#38433C (or 0x38433C) is known color: Timber Green. HEX triplet: 38, 43 and 3C. RGB value is (56,67,60). Sum of RGB (Red+Green+Blue) = 56+67+60=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 67 - color contains mainly: green. Hex color #38433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38433C is #C7BCC3. Grayscale: #3E3E3E. Windows color (decimal): -13089988 or 3949368. OLE color: 3949368.

HSL color Cylindrical-coordinate representation of color #38433C: hue angle of 141.82º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38433C is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 60 -
CMYK 0.16 0 0.10 0.74
HSL 141.82º 0.09% 0.24% -
HSV(B) 141.82º 0.16% 0.26% -
XYZ 4.45 5.18 5.04 -
YUV 62.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 56 67 60 0.16 0 0.10 0.74 141.82 0.09 0.24
Hex 38 43 3C 10 0 A 4A 8E 9 18
Octal 70 103 74 20 0 12 112 216 11 30
Binary 111000 1000011 111100 10000 0 1010 1001010 10001110 1001 11000

Color Harmonies of #38433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38433C

Black with #38433C

Text Example


Text Example

White with #38433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38433C; }

 p { color: rgb(56,67,60); }

 H1.HeaderClassName
 {
   color: #38433C;
 }
 .AnyTagClassName
 {
   color: #38433C;
 }
</style>

background-color css

<style>
 a { background-color: #38433C; }

 a { background-color: rgb(56,67,60); }

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

border-color css

<style>
 span { border-color: #38433C; }

 span { border-color: rgb(56,67,60); }

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