Html Css Color HEX #3E4330 Scrub

📋 copy color: '#3E4330'

red 62 ◦ green 67 ◦ blue 48

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

Shades of Scrub #3E4330

Tints of Scrub #3E4330

RGB

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

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

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

R = 35.03%
G = 37.85%
B = 27.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#3E4330 (or 0x3E4330) is known color: Scrub. HEX triplet: 3E, 43 and 30. RGB value is (62,67,48). Sum of RGB (Red+Green+Blue) = 62+67+48=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 67 - color contains mainly: green. Hex color #3E4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4330 is #C1BCCF. Grayscale: #3F3F3F. Windows color (decimal): -12696784 or 3162942. OLE color: 3162942.

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

Color convert

RGB 62 67 48 -
CMYK 0.07 0 0.28 0.74
HSL 75.79º 0.17% 0.23% -
HSV(B) 75.79º 0.28% 0.26% -
XYZ 4.53 5.25 3.57 -
YUV 63.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 62 67 48 0.07 0 0.28 0.74 75.79 0.17 0.23
Hex 3E 43 30 7 0 1C 4A 4C 11 17
Octal 76 103 60 7 0 34 112 114 21 27
Binary 111110 1000011 110000 111 0 11100 1001010 1001100 10001 10111

Color Harmonies of #3E4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4330

Black with #3E4330

Text Example


Text Example

White with #3E4330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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