Html Css Color HEX #374C42 Te Papa Green

📋 copy color: '#374C42'

red 55 ◦ green 76 ◦ blue 66

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

Shades of Te Papa Green #374C42

Tints of Te Papa Green #374C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

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

R = 27.92%
G = 38.58%
B = 33.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#374C42 (or 0x374C42) is known color: Te Papa Green. HEX triplet: 37, 4C and 42. RGB value is (55,76,66). Sum of RGB (Red+Green+Blue) = 55+76+66=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #374C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C42 is #C8B3BD. Grayscale: #444444. Windows color (decimal): -13153214 or 4344887. OLE color: 4344887.

HSL color Cylindrical-coordinate representation of color #374C42: hue angle of 151.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #374C42 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 66 -
CMYK 0.28 0 0.13 0.70
HSL 151.43º 0.16% 0.26% -
HSV(B) 151.43º 0.28% 0.3% -
XYZ 5.14 6.37 6.11 -
YUV 68.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 55 76 66 0.28 0 0.13 0.70 151.43 0.16 0.26
Hex 37 4C 42 1C 0 D 46 97 10 1A
Octal 67 114 102 34 0 15 106 227 20 32
Binary 110111 1001100 1000010 11100 0 1101 1000110 10010111 10000 11010

Color Harmonies of #374C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C42

Black with #374C42

Text Example


Text Example

White with #374C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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