Html Css Color HEX #374840 Te Papa Green

📋 copy color: '#374840'

red 55 ◦ green 72 ◦ blue 64

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

Shades of Te Papa Green #374840

Tints of Te Papa Green #374840

RGB

 RED value IS 55 (21.88% from 255) = 28.8%

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 28.8%
G = 37.7%
B = 33.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#374840 (or 0x374840) is known color: Te Papa Green. HEX triplet: 37, 48 and 40. RGB value is (55,72,64). Sum of RGB (Red+Green+Blue) = 55+72+64=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #374840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374840 is #C8B7BF. Grayscale: #424242. Windows color (decimal): -13154240 or 4212791. OLE color: 4212791.

HSL color Cylindrical-coordinate representation of color #374840: hue angle of 151.76º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #374840 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 72 64 -
CMYK 0.24 0 0.11 0.72
HSL 151.76º 0.13% 0.25% -
HSV(B) 151.76º 0.24% 0.28% -
XYZ 4.82 5.82 5.72 -
YUV 66.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 55 72 64 0.24 0 0.11 0.72 151.76 0.13 0.25
Hex 37 48 40 18 0 B 48 98 D 19
Octal 67 110 100 30 0 13 110 230 15 31
Binary 110111 1001000 1000000 11000 0 1011 1001000 10011000 1101 11001

Color Harmonies of #374840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374840

Black with #374840

Text Example


Text Example

White with #374840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374840; }

 p { color: rgb(55,72,64); }

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

background-color css

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

 a { background-color: rgb(55,72,64); }

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

border-color css

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

 span { border-color: rgb(55,72,64); }

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