Html Css Color HEX #374942 Te Papa Green

📋 copy color: '#374942'

red 55 ◦ green 73 ◦ blue 66

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

Shades of Te Papa Green #374942

Tints of Te Papa Green #374942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.02%

R = 28.35%
G = 37.63%
B = 34.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#374942 (or 0x374942) is known color: Te Papa Green. HEX triplet: 37, 49 and 42. RGB value is (55,73,66). Sum of RGB (Red+Green+Blue) = 55+73+66=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #374942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374942 is #C8B6BD. Grayscale: #424242. Windows color (decimal): -13153982 or 4344119. OLE color: 4344119.

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

Color convert

RGB 55 73 66 -
CMYK 0.25 0 0.10 0.71
HSL 156.67º 0.14% 0.25% -
HSV(B) 156.67º 0.25% 0.29% -
XYZ 4.94 5.97 6.05 -
YUV 66.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 55 73 66 0.25 0 0.10 0.71 156.67 0.14 0.25
Hex 37 49 42 19 0 A 47 9D E 19
Octal 67 111 102 31 0 12 107 235 16 31
Binary 110111 1001001 1000010 11001 0 1010 1000111 10011101 1110 11001

Color Harmonies of #374942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374942

Black with #374942

Text Example


Text Example

White with #374942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374942; }

 p { color: rgb(55,73,66); }

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

background-color css

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

 a { background-color: rgb(55,73,66); }

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

border-color css

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

 span { border-color: rgb(55,73,66); }

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