Html Css Color HEX #374A41 Te Papa Green

📋 copy color: '#374A41'

red 55 ◦ green 74 ◦ blue 65

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

Shades of Te Papa Green #374A41

Tints of Te Papa Green #374A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.14%

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

R = 28.35%
G = 38.14%
B = 33.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#374A41 (or 0x374A41) is known color: Te Papa Green. HEX triplet: 37, 4A and 41. RGB value is (55,74,65). Sum of RGB (Red+Green+Blue) = 55+74+65=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #374A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A41 is #C8B5BE. Grayscale: #434343. Windows color (decimal): -13153727 or 4278839. OLE color: 4278839.

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

Color convert

RGB 55 74 65 -
CMYK 0.26 0 0.12 0.71
HSL 151.58º 0.15% 0.25% -
HSV(B) 151.58º 0.26% 0.29% -
XYZ 4.98 6.09 5.91 -
YUV 67.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 55 74 65 0.26 0 0.12 0.71 151.58 0.15 0.25
Hex 37 4A 41 1A 0 C 47 98 F 19
Octal 67 112 101 32 0 14 107 230 17 31
Binary 110111 1001010 1000001 11010 0 1100 1000111 10011000 1111 11001

Color Harmonies of #374A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A41

Black with #374A41

Text Example


Text Example

White with #374A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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