Html Css Color HEX #394130 Seaweed

📋 copy color: '#394130'

red 57 ◦ green 65 ◦ blue 48

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

Shades of Seaweed #394130

Tints of Seaweed #394130

RGB

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

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

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

R = 33.53%
G = 38.24%
B = 28.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#394130 (or 0x394130) is known color: Seaweed. HEX triplet: 39, 41 and 30. RGB value is (57,65,48). Sum of RGB (Red+Green+Blue) = 57+65+48=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #394130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394130 is #C6BECF. Grayscale: #3C3C3C. Windows color (decimal): -13024976 or 3162425. OLE color: 3162425.

HSL color Cylindrical-coordinate representation of color #394130: hue angle of 88.24º 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 #394130 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 48 -
CMYK 0.12 0 0.26 0.75
HSL 88.24º 0.15% 0.22% -
HSV(B) 88.24º 0.26% 0.25% -
XYZ 4.11 4.86 3.52 -
YUV 60.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 57 65 48 0.12 0 0.26 0.75 88.24 0.15 0.22
Hex 39 41 30 C 0 1A 4B 58 F 16
Octal 71 101 60 14 0 32 113 130 17 26
Binary 111001 1000001 110000 1100 0 11010 1001011 1011000 1111 10110

Color Harmonies of #394130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394130

Black with #394130

Text Example


Text Example

White with #394130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394130; }

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

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

background-color css

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

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

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

border-color css

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

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

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