Html Css Color HEX #3F4332 Scrub

📋 copy color: '#3F4332'

red 63 ◦ green 67 ◦ blue 50

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

Shades of Scrub #3F4332

Tints of Scrub #3F4332

RGB

 RED value IS 63 (25% from 255) = 35%

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

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

R = 35%
G = 37.22%
B = 27.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#3F4332 (or 0x3F4332) is known color: Scrub. HEX triplet: 3F, 43 and 32. RGB value is (63,67,50). Sum of RGB (Red+Green+Blue) = 63+67+50=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4332 is #C0BCCD. Grayscale: #3F3F3F. Windows color (decimal): -12631246 or 3294015. OLE color: 3294015.

HSL color Cylindrical-coordinate representation of color #3F4332: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F4332 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 67 50 -
CMYK 0.06 0 0.25 0.74
HSL 74.12º 0.15% 0.23% -
HSV(B) 74.12º 0.25% 0.26% -
XYZ 4.63 5.3 3.8 -
YUV 63.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 63 67 50 0.06 0 0.25 0.74 74.12 0.15 0.23
Hex 3F 43 32 6 0 19 4A 4A F 17
Octal 77 103 62 6 0 31 112 112 17 27
Binary 111111 1000011 110010 110 0 11001 1001010 1001010 1111 10111

Color Harmonies of #3F4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4332

Black with #3F4332

Text Example


Text Example

White with #3F4332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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