Html Css Color HEX #334741 Te Papa Green

📋 copy color: '#334741'

red 51 ◦ green 71 ◦ blue 65

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

Shades of Te Papa Green #334741

Tints of Te Papa Green #334741

RGB

 RED value IS 51 (20.31% from 255) = 27.27%

 GREEN value IS 71 (28.13% from 255) = 37.97%

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 27.27%
G = 37.97%
B = 34.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#334741 (or 0x334741) is known color: Te Papa Green. HEX triplet: 33, 47 and 41. RGB value is (51,71,65). Sum of RGB (Red+Green+Blue) = 51+71+65=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #334741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334741 is #CCB8BE. Grayscale: #404040. Windows color (decimal): -13416639 or 4278067. OLE color: 4278067.

HSL color Cylindrical-coordinate representation of color #334741: hue angle of 162º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #334741 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 71 65 -
CMYK 0.28 0 0.08 0.72
HSL 162º 0.16% 0.24% -
HSV(B) 162º 0.28% 0.28% -
XYZ 4.57 5.59 5.84 -
YUV 64.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 51 71 65 0.28 0 0.08 0.72 162 0.16 0.24
Hex 33 47 41 1C 0 8 48 A2 10 18
Octal 63 107 101 34 0 10 110 242 20 30
Binary 110011 1000111 1000001 11100 0 1000 1001000 10100010 10000 11000

Color Harmonies of #334741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334741

Black with #334741

Text Example


Text Example

White with #334741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334741; }

 p { color: rgb(51,71,65); }

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

background-color css

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

 a { background-color: rgb(51,71,65); }

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

border-color css

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

 span { border-color: rgb(51,71,65); }

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