Html Css Color HEX #3D4127 Green Kelp

📋 copy color: '#3D4127'

red 61 ◦ green 65 ◦ blue 39

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

Shades of Green Kelp #3D4127

Tints of Green Kelp #3D4127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.64%

R = 36.97%
G = 39.39%
B = 23.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#3D4127 (or 0x3D4127) is known color: Green Kelp. HEX triplet: 3D, 41 and 27. RGB value is (61,65,39). Sum of RGB (Red+Green+Blue) = 61+65+39=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4127 is #C2BED8. Grayscale: #3C3C3C. Windows color (decimal): -12762841 or 2572605. OLE color: 2572605.

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

Color convert

RGB 61 65 39 -
CMYK 0.06 0 0.40 0.75
HSL 69.23º 0.25% 0.2% -
HSV(B) 69.23º 0.4% 0.25% -
XYZ 4.18 4.92 2.65 -
YUV 60.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 61 65 39 0.06 0 0.40 0.75 69.23 0.25 0.2
Hex 3D 41 27 6 0 28 4B 45 19 14
Octal 75 101 47 6 0 50 113 105 31 24
Binary 111101 1000001 100111 110 0 101000 1001011 1000101 11001 10100

Color Harmonies of #3D4127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4127

Black with #3D4127

Text Example


Text Example

White with #3D4127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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