Html Css Color HEX #374440 Te Papa Green

📋 copy color: '#374440'

red 55 ◦ green 68 ◦ blue 64

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

Shades of Te Papa Green #374440

Tints of Te Papa Green #374440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 29.41%
G = 36.36%
B = 34.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#374440 (or 0x374440) is known color: Te Papa Green. HEX triplet: 37, 44 and 40. RGB value is (55,68,64). Sum of RGB (Red+Green+Blue) = 55+68+64=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #374440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374440 is #C8BBBF. Grayscale: #3F3F3F. Windows color (decimal): -13155264 or 4211767. OLE color: 4211767.

HSL color Cylindrical-coordinate representation of color #374440: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #374440 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 68 64 -
CMYK 0.19 0 0.06 0.73
HSL 161.54º 0.11% 0.24% -
HSV(B) 161.54º 0.19% 0.27% -
XYZ 4.57 5.32 5.64 -
YUV 63.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 55 68 64 0.19 0 0.06 0.73 161.54 0.11 0.24
Hex 37 44 40 13 0 6 49 A2 B 18
Octal 67 104 100 23 0 6 111 242 13 30
Binary 110111 1000100 1000000 10011 0 110 1001001 10100010 1011 11000

Color Harmonies of #374440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374440

Black with #374440

Text Example


Text Example

White with #374440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374440; }

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

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

background-color css

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

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

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

border-color css

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

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

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