Html Css Color HEX #3F4230 Scrub

📋 copy color: '#3F4230'

red 63 ◦ green 66 ◦ blue 48

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

Shades of Scrub #3F4230

Tints of Scrub #3F4230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 48 (19.14% from 255) = 27.12%

R = 35.59%
G = 37.29%
B = 27.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#3F4230 (or 0x3F4230) is known color: Scrub. HEX triplet: 3F, 42 and 30. RGB value is (63,66,48). Sum of RGB (Red+Green+Blue) = 63+66+48=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4230 is #C0BDCF. Grayscale: #3F3F3F. Windows color (decimal): -12631504 or 3162687. OLE color: 3162687.

HSL color Cylindrical-coordinate representation of color #3F4230: hue angle of 70º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F4230 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 66 48 -
CMYK 0.05 0 0.27 0.74
HSL 70º 0.16% 0.22% -
HSV(B) 70º 0.27% 0.26% -
XYZ 4.53 5.17 3.55 -
YUV 63.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 63 66 48 0.05 0 0.27 0.74 70 0.16 0.22
Hex 3F 42 30 5 0 1B 4A 46 10 16
Octal 77 102 60 5 0 33 112 106 20 26
Binary 111111 1000010 110000 101 0 11011 1001010 1000110 10000 10110

Color Harmonies of #3F4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4230

Black with #3F4230

Text Example


Text Example

White with #3F4230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,66,48); }

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

background-color css

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

 a { background-color: rgb(63,66,48); }

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

border-color css

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

 span { border-color: rgb(63,66,48); }

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