Html Css Color HEX #3B3F2E Scrub

📋 copy color: '#3B3F2E'

red 59 ◦ green 63 ◦ blue 46

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

Shades of Scrub #3B3F2E

Tints of Scrub #3B3F2E

RGB

 RED value IS 59 (23.44% from 255) = 35.12%

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

 BLUE value IS 46 (18.36% from 255) = 27.38%

R = 35.12%
G = 37.5%
B = 27.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#3B3F2E (or 0x3B3F2E) is known color: Scrub. HEX triplet: 3B, 3F and 2E. RGB value is (59,63,46). Sum of RGB (Red+Green+Blue) = 59+63+46=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F2E is #C4C0D1. Grayscale: #3B3B3B. Windows color (decimal): -12894418 or 3030843. OLE color: 3030843.

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

Color convert

RGB 59 63 46 -
CMYK 0.06 0 0.27 0.75
HSL 74.12º 0.16% 0.21% -
HSV(B) 74.12º 0.27% 0.25% -
XYZ 4.07 4.68 3.27 -
YUV 59.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 59 63 46 0.06 0 0.27 0.75 74.12 0.16 0.21
Hex 3B 3F 2E 6 0 1B 4B 4A 10 15
Octal 73 77 56 6 0 33 113 112 20 25
Binary 111011 111111 101110 110 0 11011 1001011 1001010 10000 10101

Color Harmonies of #3B3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3F2E

Black with #3B3F2E

Text Example


Text Example

White with #3B3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,63,46); }

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

background-color css

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

 a { background-color: rgb(59,63,46); }

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

border-color css

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

 span { border-color: rgb(59,63,46); }

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