Html Css Color HEX #334B42 Te Papa Green

📋 copy color: '#334B42'

red 51 ◦ green 75 ◦ blue 66

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

Shades of Te Papa Green #334B42

Tints of Te Papa Green #334B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.06%

 BLUE value IS 66 (26.17% from 255) = 34.38%

R = 26.56%
G = 39.06%
B = 34.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#334B42 (or 0x334B42) is known color: Te Papa Green. HEX triplet: 33, 4B and 42. RGB value is (51,75,66). Sum of RGB (Red+Green+Blue) = 51+75+66=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #334B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B42 is #CCB4BD. Grayscale: #424242. Windows color (decimal): -13415614 or 4344627. OLE color: 4344627.

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

Color convert

RGB 51 75 66 -
CMYK 0.32 0 0.12 0.71
HSL 157.5º 0.19% 0.25% -
HSV(B) 157.5º 0.32% 0.29% -
XYZ 4.86 6.13 6.08 -
YUV 66.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 51 75 66 0.32 0 0.12 0.71 157.5 0.19 0.25
Hex 33 4B 42 20 0 C 47 9E 13 19
Octal 63 113 102 40 0 14 107 236 23 31
Binary 110011 1001011 1000010 100000 0 1100 1000111 10011110 10011 11001

Color Harmonies of #334B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B42

Black with #334B42

Text Example


Text Example

White with #334B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,75,66); }

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

background-color css

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

 a { background-color: rgb(51,75,66); }

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

border-color css

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

 span { border-color: rgb(51,75,66); }

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