Html Css Color HEX #393D2D Green Kelp

📋 copy color: '#393D2D'

red 57 ◦ green 61 ◦ blue 45

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

Shades of Green Kelp #393D2D

Tints of Green Kelp #393D2D

RGB

 RED value IS 57 (22.66% from 255) = 34.97%

 GREEN value IS 61 (24.22% from 255) = 37.42%

 BLUE value IS 45 (17.97% from 255) = 27.61%

R = 34.97%
G = 37.42%
B = 27.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#393D2D (or 0x393D2D) is known color: Green Kelp. HEX triplet: 39, 3D and 2D. RGB value is (57,61,45). Sum of RGB (Red+Green+Blue) = 57+61+45=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 61 - color contains mainly: green. Hex color #393D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D2D is #C6C2D2. Grayscale: #3A3A3A. Windows color (decimal): -13026003 or 2964793. OLE color: 2964793.

HSL color Cylindrical-coordinate representation of color #393D2D: hue angle of 75º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #393D2D is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB 57 61 45 -
CMYK 0.07 0 0.26 0.76
HSL 75º 0.15% 0.21% -
HSV(B) 75º 0.26% 0.24% -
XYZ 3.83 4.4 3.13 -
YUV 57.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 57 61 45 0.07 0 0.26 0.76 75 0.15 0.21
Hex 39 3D 2D 7 0 1A 4C 4B F 15
Octal 71 75 55 7 0 32 114 113 17 25
Binary 111001 111101 101101 111 0 11010 1001100 1001011 1111 10101

Color Harmonies of #393D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D2D

Black with #393D2D

Text Example


Text Example

White with #393D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393D2D; }

 p { color: rgb(57,61,45); }

 H1.HeaderClassName
 {
   color: #393D2D;
 }
 .AnyTagClassName
 {
   color: #393D2D;
 }
</style>

background-color css

<style>
 a { background-color: #393D2D; }

 a { background-color: rgb(57,61,45); }

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

border-color css

<style>
 span { border-color: #393D2D; }

 span { border-color: rgb(57,61,45); }

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