Html Css Color HEX #334A3F Te Papa Green

📋 copy color: '#334A3F'

red 51 ◦ green 74 ◦ blue 63

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

Shades of Te Papa Green #334A3F

Tints of Te Papa Green #334A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.36%

 BLUE value IS 63 (25% from 255) = 33.51%

R = 27.13%
G = 39.36%
B = 33.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#334A3F (or 0x334A3F) is known color: Te Papa Green. HEX triplet: 33, 4A and 3F. RGB value is (51,74,63). Sum of RGB (Red+Green+Blue) = 51+74+63=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 74 - color contains mainly: green. Hex color #334A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A3F is #CCB5C0. Grayscale: #414141. Windows color (decimal): -13415873 or 4147763. OLE color: 4147763.

HSL color Cylindrical-coordinate representation of color #334A3F: hue angle of 151.3º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #334A3F is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 74 63 -
CMYK 0.31 0 0.15 0.71
HSL 151.3º 0.18% 0.25% -
HSV(B) 151.3º 0.31% 0.29% -
XYZ 4.71 5.96 5.6 -
YUV 65.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 51 74 63 0.31 0 0.15 0.71 151.3 0.18 0.25
Hex 33 4A 3F 1F 0 F 47 97 12 19
Octal 63 112 77 37 0 17 107 227 22 31
Binary 110011 1001010 111111 11111 0 1111 1000111 10010111 10010 11001

Color Harmonies of #334A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A3F

Black with #334A3F

Text Example


Text Example

White with #334A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334A3F; }

 p { color: rgb(51,74,63); }

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

background-color css

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

 a { background-color: rgb(51,74,63); }

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

border-color css

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

 span { border-color: rgb(51,74,63); }

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