Html Css Color HEX #334C41 Te Papa Green

📋 copy color: '#334C41'

red 51 ◦ green 76 ◦ blue 65

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

Shades of Te Papa Green #334C41

Tints of Te Papa Green #334C41

RGB

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

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

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

R = 26.56%
G = 39.58%
B = 33.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#334C41 (or 0x334C41) is known color: Te Papa Green. HEX triplet: 33, 4C and 41. RGB value is (51,76,65). Sum of RGB (Red+Green+Blue) = 51+76+65=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 76 - color contains mainly: green. Hex color #334C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C41 is #CCB3BE. Grayscale: #434343. Windows color (decimal): -13415359 or 4279347. OLE color: 4279347.

HSL color Cylindrical-coordinate representation of color #334C41: hue angle of 153.6º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C41 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 76 65 -
CMYK 0.33 0 0.14 0.70
HSL 153.6º 0.2% 0.25% -
HSV(B) 153.6º 0.33% 0.3% -
XYZ 4.9 6.25 5.95 -
YUV 67.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 51 76 65 0.33 0 0.14 0.70 153.6 0.2 0.25
Hex 33 4C 41 21 0 E 46 9A 14 19
Octal 63 114 101 41 0 16 106 232 24 31
Binary 110011 1001100 1000001 100001 0 1110 1000110 10011010 10100 11001

Color Harmonies of #334C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C41

Black with #334C41

Text Example


Text Example

White with #334C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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