Html Css Color HEX #374941 Te Papa Green

📋 copy color: '#374941'

red 55 ◦ green 73 ◦ blue 65

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

Shades of Te Papa Green #374941

Tints of Te Papa Green #374941

RGB

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

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

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

R = 28.5%
G = 37.82%
B = 33.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#374941 (or 0x374941) is known color: Te Papa Green. HEX triplet: 37, 49 and 41. RGB value is (55,73,65). Sum of RGB (Red+Green+Blue) = 55+73+65=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #374941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374941 is #C8B6BE. Grayscale: #424242. Windows color (decimal): -13153983 or 4278583. OLE color: 4278583.

HSL color Cylindrical-coordinate representation of color #374941: hue angle of 153.33º 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 #374941 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 73 65 -
CMYK 0.25 0 0.11 0.71
HSL 153.33º 0.14% 0.25% -
HSV(B) 153.33º 0.25% 0.29% -
XYZ 4.91 5.96 5.89 -
YUV 66.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 55 73 65 0.25 0 0.11 0.71 153.33 0.14 0.25
Hex 37 49 41 19 0 B 47 99 E 19
Octal 67 111 101 31 0 13 107 231 16 31
Binary 110111 1001001 1000001 11001 0 1011 1000111 10011001 1110 11001

Color Harmonies of #374941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374941

Black with #374941

Text Example


Text Example

White with #374941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374941; }

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

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

background-color css

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

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

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

border-color css

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

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

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