Html Css Color HEX #3C3F32 Scrub

📋 copy color: '#3C3F32'

red 60 ◦ green 63 ◦ blue 50

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

Shades of Scrub #3C3F32

Tints of Scrub #3C3F32

RGB

 RED value IS 60 (23.83% from 255) = 34.68%

 GREEN value IS 63 (25% from 255) = 36.42%

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 34.68%
G = 36.42%
B = 28.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.75

RGB Variations

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

Color information

#3C3F32 (or 0x3C3F32) is known color: Scrub. HEX triplet: 3C, 3F and 32. RGB value is (60,63,50). Sum of RGB (Red+Green+Blue) = 60+63+50=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F32 is #C3C0CD. Grayscale: #3C3C3C. Windows color (decimal): -12828878 or 3292988. OLE color: 3292988.

HSL color Cylindrical-coordinate representation of color #3C3F32: hue angle of 73.85º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C3F32 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 63 50 -
CMYK 0.05 0 0.21 0.75
HSL 73.85º 0.12% 0.22% -
HSV(B) 73.85º 0.21% 0.25% -
XYZ 4.22 4.75 3.71 -
YUV 60.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 60 63 50 0.05 0 0.21 0.75 73.85 0.12 0.22
Hex 3C 3F 32 5 0 15 4B 4A C 16
Octal 74 77 62 5 0 25 113 112 14 26
Binary 111100 111111 110010 101 0 10101 1001011 1001010 1100 10110

Color Harmonies of #3C3F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3F32

Black with #3C3F32

Text Example


Text Example

White with #3C3F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C3F32; }

 p { color: rgb(60,63,50); }

 H1.HeaderClassName
 {
   color: #3C3F32;
 }
 .AnyTagClassName
 {
   color: #3C3F32;
 }
</style>

background-color css

<style>
 a { background-color: #3C3F32; }

 a { background-color: rgb(60,63,50); }

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

border-color css

<style>
 span { border-color: #3C3F32; }

 span { border-color: rgb(60,63,50); }

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