Html Css Color HEX #315444 Te Papa Green

📋 copy color: '#315444'

red 49 ◦ green 84 ◦ blue 68

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

Shades of Te Papa Green #315444

Tints of Te Papa Green #315444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.79%

 BLUE value IS 68 (26.95% from 255) = 33.83%

R = 24.38%
G = 41.79%
B = 33.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#315444 (or 0x315444) is known color: Te Papa Green. HEX triplet: 31, 54 and 44. RGB value is (49,84,68). Sum of RGB (Red+Green+Blue) = 49+84+68=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #315444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315444 is #CEABBB. Grayscale: #474747. Windows color (decimal): -13544380 or 4478001. OLE color: 4478001.

HSL color Cylindrical-coordinate representation of color #315444: hue angle of 152.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315444 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 68 -
CMYK 0.42 0 0.19 0.67
HSL 152.57º 0.26% 0.26% -
HSV(B) 152.57º 0.42% 0.33% -
XYZ 5.48 7.41 6.61 -
YUV 71.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 49 84 68 0.42 0 0.19 0.67 152.57 0.26 0.26
Hex 31 54 44 2A 0 13 43 99 1A 1A
Octal 61 124 104 52 0 23 103 231 32 32
Binary 110001 1010100 1000100 101010 0 10011 1000011 10011001 11010 11010

Color Harmonies of #315444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315444

Black with #315444

Text Example


Text Example

White with #315444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315444; }

 p { color: rgb(49,84,68); }

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

background-color css

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

 a { background-color: rgb(49,84,68); }

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

border-color css

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

 span { border-color: rgb(49,84,68); }

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