Html Css Color HEX #3F412F Scrub

📋 copy color: '#3F412F'

red 63 ◦ green 65 ◦ blue 47

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

Shades of Scrub #3F412F

Tints of Scrub #3F412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.14%

 BLUE value IS 47 (18.75% from 255) = 26.86%

R = 36%
G = 37.14%
B = 26.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#3F412F (or 0x3F412F) is known color: Scrub. HEX triplet: 3F, 41 and 2F. RGB value is (63,65,47). Sum of RGB (Red+Green+Blue) = 63+65+47=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #3F412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F412F is #C0BED0. Grayscale: #3E3E3E. Windows color (decimal): -12631761 or 3096895. OLE color: 3096895.

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

Color convert

RGB 63 65 47 -
CMYK 0.03 0 0.28 0.75
HSL 66.67º 0.16% 0.22% -
HSV(B) 66.67º 0.28% 0.25% -
XYZ 4.45 5.04 3.43 -
YUV 62.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 63 65 47 0.03 0 0.28 0.75 66.67 0.16 0.22
Hex 3F 41 2F 3 0 1C 4B 43 10 16
Octal 77 101 57 3 0 34 113 103 20 26
Binary 111111 1000001 101111 11 0 11100 1001011 1000011 10000 10110

Color Harmonies of #3F412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F412F

Black with #3F412F

Text Example


Text Example

White with #3F412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,65,47); }

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

background-color css

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

 a { background-color: rgb(63,65,47); }

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

border-color css

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

 span { border-color: rgb(63,65,47); }

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