Html Css Color HEX #394640 Te Papa Green

📋 copy color: '#394640'

red 57 ◦ green 70 ◦ blue 64

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

Shades of Te Papa Green #394640

Tints of Te Papa Green #394640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.65%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 29.84%
G = 36.65%
B = 33.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#394640 (or 0x394640) is known color: Te Papa Green. HEX triplet: 39, 46 and 40. RGB value is (57,70,64). Sum of RGB (Red+Green+Blue) = 57+70+64=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 70 - color contains mainly: green. Hex color #394640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394640 is #C6B9BF. Grayscale: #414141. Windows color (decimal): -13023680 or 4212281. OLE color: 4212281.

HSL color Cylindrical-coordinate representation of color #394640: hue angle of 152.31º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #394640 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 70 64 -
CMYK 0.19 0 0.09 0.73
HSL 152.31º 0.1% 0.25% -
HSV(B) 152.31º 0.19% 0.27% -
XYZ 4.8 5.62 5.68 -
YUV 65.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 57 70 64 0.19 0 0.09 0.73 152.31 0.1 0.25
Hex 39 46 40 13 0 9 49 98 A 19
Octal 71 106 100 23 0 11 111 230 12 31
Binary 111001 1000110 1000000 10011 0 1001 1001001 10011000 1010 11001

Color Harmonies of #394640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394640

Black with #394640

Text Example


Text Example

White with #394640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394640; }

 p { color: rgb(57,70,64); }

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

background-color css

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

 a { background-color: rgb(57,70,64); }

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

border-color css

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

 span { border-color: rgb(57,70,64); }

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