Html Css Color HEX #394941 Te Papa Green

📋 copy color: '#394941'

red 57 ◦ green 73 ◦ blue 65

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

Shades of Te Papa Green #394941

Tints of Te Papa Green #394941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

 BLUE value IS 65 (25.78% from 255) = 33.33%

R = 29.23%
G = 37.44%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#394941 (or 0x394941) is known color: Te Papa Green. HEX triplet: 39, 49 and 41. RGB value is (57,73,65). Sum of RGB (Red+Green+Blue) = 57+73+65=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #394941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394941 is #C6B6BE. Grayscale: #434343. Windows color (decimal): -13022911 or 4278585. OLE color: 4278585.

HSL color Cylindrical-coordinate representation of color #394941: hue angle of 150º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394941 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 65 -
CMYK 0.22 0 0.11 0.71
HSL 150º 0.12% 0.25% -
HSV(B) 150º 0.22% 0.29% -
XYZ 5.02 6.02 5.9 -
YUV 67.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 57 73 65 0.22 0 0.11 0.71 150 0.12 0.25
Hex 39 49 41 16 0 B 47 96 C 19
Octal 71 111 101 26 0 13 107 226 14 31
Binary 111001 1001001 1000001 10110 0 1011 1000111 10010110 1100 11001

Color Harmonies of #394941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394941

Black with #394941

Text Example


Text Example

White with #394941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394941; }

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

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

background-color css

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

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

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

border-color css

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

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

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