Html Css Color HEX #3D4121 Green Kelp

📋 copy color: '#3D4121'

red 61 ◦ green 65 ◦ blue 33

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

Shades of Green Kelp #3D4121

Tints of Green Kelp #3D4121

RGB

 RED value IS 61 (24.22% from 255) = 38.36%

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

 BLUE value IS 33 (13.28% from 255) = 20.75%

R = 38.36%
G = 40.88%
B = 20.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#3D4121 (or 0x3D4121) is known color: Green Kelp. HEX triplet: 3D, 41 and 21. RGB value is (61,65,33). Sum of RGB (Red+Green+Blue) = 61+65+33=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4121 is #C2BEDE. Grayscale: #3C3C3C. Windows color (decimal): -12762847 or 2179389. OLE color: 2179389.

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

Color convert

RGB 61 65 33 -
CMYK 0.06 0 0.49 0.75
HSL 67.5º 0.33% 0.19% -
HSV(B) 67.5º 0.49% 0.25% -
XYZ 4.09 4.88 2.17 -
YUV 60.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 61 65 33 0.06 0 0.49 0.75 67.5 0.33 0.19
Hex 3D 41 21 6 0 31 4B 44 21 13
Octal 75 101 41 6 0 61 113 104 41 23
Binary 111101 1000001 100001 110 0 110001 1001011 1000100 100001 10011

Color Harmonies of #3D4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4121

Black with #3D4121

Text Example


Text Example

White with #3D4121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,65,33); }

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

background-color css

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

 a { background-color: rgb(61,65,33); }

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

border-color css

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

 span { border-color: rgb(61,65,33); }

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