Html Css Color HEX #314C43 Te Papa Green

📋 copy color: '#314C43'

red 49 ◦ green 76 ◦ blue 67

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

Shades of Te Papa Green #314C43

Tints of Te Papa Green #314C43

RGB

 RED value IS 49 (19.53% from 255) = 25.52%

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

 BLUE value IS 67 (26.56% from 255) = 34.9%

R = 25.52%
G = 39.58%
B = 34.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#314C43 (or 0x314C43) is known color: Te Papa Green. HEX triplet: 31, 4C and 43. RGB value is (49,76,67). Sum of RGB (Red+Green+Blue) = 49+76+67=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 76 - color contains mainly: green. Hex color #314C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C43 is #CEB3BC. Grayscale: #424242. Windows color (decimal): -13546429 or 4410417. OLE color: 4410417.

HSL color Cylindrical-coordinate representation of color #314C43: hue angle of 160º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C43 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 76 67 -
CMYK 0.36 0 0.12 0.70
HSL 160º 0.22% 0.25% -
HSV(B) 160º 0.36% 0.3% -
XYZ 4.86 6.23 6.26 -
YUV 66.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 49 76 67 0.36 0 0.12 0.70 160 0.22 0.25
Hex 31 4C 43 24 0 C 46 A0 16 19
Octal 61 114 103 44 0 14 106 240 26 31
Binary 110001 1001100 1000011 100100 0 1100 1000110 10100000 10110 11001

Color Harmonies of #314C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C43

Black with #314C43

Text Example


Text Example

White with #314C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314C43; }

 p { color: rgb(49,76,67); }

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

background-color css

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

 a { background-color: rgb(49,76,67); }

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

border-color css

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

 span { border-color: rgb(49,76,67); }

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