Html Css Color HEX #37403D Te Papa Green

📋 copy color: '#37403D'

red 55 ◦ green 64 ◦ blue 61

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

Shades of Te Papa Green #37403D

Tints of Te Papa Green #37403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

 BLUE value IS 61 (24.22% from 255) = 33.89%

R = 30.56%
G = 35.56%
B = 33.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#37403D (or 0x37403D) is known color: Te Papa Green. HEX triplet: 37, 40 and 3D. RGB value is (55,64,61). Sum of RGB (Red+Green+Blue) = 55+64+61=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 64 - color contains mainly: green. Hex color #37403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37403D is #C8BFC2. Grayscale: #3C3C3C. Windows color (decimal): -13156291 or 4014135. OLE color: 4014135.

HSL color Cylindrical-coordinate representation of color #37403D: hue angle of 160º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #37403D is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 64 61 -
CMYK 0.14 0 0.05 0.75
HSL 160º 0.08% 0.23% -
HSV(B) 160º 0.14% 0.25% -
XYZ 4.25 4.82 5.12 -
YUV 60.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 55 64 61 0.14 0 0.05 0.75 160 0.08 0.23
Hex 37 40 3D E 0 5 4B A0 8 17
Octal 67 100 75 16 0 5 113 240 10 27
Binary 110111 1000000 111101 1110 0 101 1001011 10100000 1000 10111

Color Harmonies of #37403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37403D

Black with #37403D

Text Example


Text Example

White with #37403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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