Html Css Color HEX #334B43 Te Papa Green

📋 copy color: '#334B43'

red 51 ◦ green 75 ◦ blue 67

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

Shades of Te Papa Green #334B43

Tints of Te Papa Green #334B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.72%

R = 26.42%
G = 38.86%
B = 34.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#334B43 (or 0x334B43) is known color: Te Papa Green. HEX triplet: 33, 4B and 43. RGB value is (51,75,67). Sum of RGB (Red+Green+Blue) = 51+75+67=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #334B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B43 is #CCB4BC. Grayscale: #424242. Windows color (decimal): -13415613 or 4410163. OLE color: 4410163.

HSL color Cylindrical-coordinate representation of color #334B43: hue angle of 160º 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 #334B43 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 75 67 -
CMYK 0.32 0 0.11 0.71
HSL 160º 0.19% 0.25% -
HSV(B) 160º 0.32% 0.29% -
XYZ 4.89 6.14 6.24 -
YUV 66.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 51 75 67 0.32 0 0.11 0.71 160 0.19 0.25
Hex 33 4B 43 20 0 B 47 A0 13 19
Octal 63 113 103 40 0 13 107 240 23 31
Binary 110011 1001011 1000011 100000 0 1011 1000111 10100000 10011 11001

Color Harmonies of #334B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B43

Black with #334B43

Text Example


Text Example

White with #334B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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