Html Css Color HEX #315545 Te Papa Green

📋 copy color: '#315545'

red 49 ◦ green 85 ◦ blue 69

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

Shades of Te Papa Green #315545

Tints of Te Papa Green #315545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 24.14%
G = 41.87%
B = 33.99%

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

#315545 (or 0x315545) is known color: Te Papa Green. HEX triplet: 31, 55 and 45. RGB value is (49,85,69). Sum of RGB (Red+Green+Blue) = 49+85+69=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #315545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315545 is #CEAABA. Grayscale: #484848. Windows color (decimal): -13544123 or 4543793. OLE color: 4543793.

HSL color Cylindrical-coordinate representation of color #315545: hue angle of 153.33º degrees, saturation: 0.27, 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 #315545 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 69 -
CMYK 0.42 0 0.19 0.67
HSL 153.33º 0.27% 0.26% -
HSV(B) 153.33º 0.42% 0.33% -
XYZ 5.59 7.58 6.8 -
YUV 72.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 49 85 69 0.42 0 0.19 0.67 153.33 0.27 0.26
Hex 31 55 45 2A 0 13 43 99 1B 1A
Octal 61 125 105 52 0 23 103 231 33 32
Binary 110001 1010101 1000101 101010 0 10011 1000011 10011001 11011 11010

Color Harmonies of #315545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315545

Black with #315545

Text Example


Text Example

White with #315545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315545; }

 p { color: rgb(49,85,69); }

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

background-color css

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

 a { background-color: rgb(49,85,69); }

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

border-color css

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

 span { border-color: rgb(49,85,69); }

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