Html Css Color HEX #374540 Te Papa Green

📋 copy color: '#374540'

red 55 ◦ green 69 ◦ blue 64

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

Shades of Te Papa Green #374540

Tints of Te Papa Green #374540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

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

R = 29.26%
G = 36.7%
B = 34.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#374540 (or 0x374540) is known color: Te Papa Green. HEX triplet: 37, 45 and 40. RGB value is (55,69,64). Sum of RGB (Red+Green+Blue) = 55+69+64=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 69 - color contains mainly: green. Hex color #374540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374540 is #C8BABF. Grayscale: #404040. Windows color (decimal): -13155008 or 4212023. OLE color: 4212023.

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

Color convert

RGB 55 69 64 -
CMYK 0.20 0 0.07 0.73
HSL 158.57º 0.11% 0.24% -
HSV(B) 158.57º 0.2% 0.27% -
XYZ 4.63 5.44 5.66 -
YUV 64.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 55 69 64 0.20 0 0.07 0.73 158.57 0.11 0.24
Hex 37 45 40 14 0 7 49 9F B 18
Octal 67 105 100 24 0 7 111 237 13 30
Binary 110111 1000101 1000000 10100 0 111 1001001 10011111 1011 11000

Color Harmonies of #374540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374540

Black with #374540

Text Example


Text Example

White with #374540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374540; }

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

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

background-color css

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

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

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

border-color css

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

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

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