Html Css Color HEX #3E4130 Scrub

📋 copy color: '#3E4130'

red 62 ◦ green 65 ◦ blue 48

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

Shades of Scrub #3E4130

Tints of Scrub #3E4130

RGB

 RED value IS 62 (24.61% from 255) = 35.43%

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

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

R = 35.43%
G = 37.14%
B = 27.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#3E4130 (or 0x3E4130) is known color: Scrub. HEX triplet: 3E, 41 and 30. RGB value is (62,65,48). Sum of RGB (Red+Green+Blue) = 62+65+48=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4130 is #C1BECF. Grayscale: #3E3E3E. Windows color (decimal): -12697296 or 3162430. OLE color: 3162430.

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

Color convert

RGB 62 65 48 -
CMYK 0.05 0 0.26 0.75
HSL 70.59º 0.15% 0.22% -
HSV(B) 70.59º 0.26% 0.25% -
XYZ 4.41 5.02 3.53 -
YUV 62.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 62 65 48 0.05 0 0.26 0.75 70.59 0.15 0.22
Hex 3E 41 30 5 0 1A 4B 47 F 16
Octal 76 101 60 5 0 32 113 107 17 26
Binary 111110 1000001 110000 101 0 11010 1001011 1000111 1111 10110

Color Harmonies of #3E4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4130

Black with #3E4130

Text Example


Text Example

White with #3E4130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,65,48); }

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

background-color css

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

 a { background-color: rgb(62,65,48); }

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

border-color css

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

 span { border-color: rgb(62,65,48); }

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