Html Css Color HEX #344B3F Te Papa Green

📋 copy color: '#344B3F'

red 52 ◦ green 75 ◦ blue 63

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

Shades of Te Papa Green #344B3F

Tints of Te Papa Green #344B3F

RGB

 RED value IS 52 (20.7% from 255) = 27.37%

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

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

R = 27.37%
G = 39.47%
B = 33.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#344B3F (or 0x344B3F) is known color: Te Papa Green. HEX triplet: 34, 4B and 3F. RGB value is (52,75,63). Sum of RGB (Red+Green+Blue) = 52+75+63=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #344B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B3F is #CBB4C0. Grayscale: #424242. Windows color (decimal): -13350081 or 4148020. OLE color: 4148020.

HSL color Cylindrical-coordinate representation of color #344B3F: hue angle of 148.7º 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 #344B3F is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 75 63 -
CMYK 0.31 0 0.16 0.71
HSL 148.7º 0.18% 0.25% -
HSV(B) 148.7º 0.31% 0.29% -
XYZ 4.83 6.12 5.63 -
YUV 66.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 52 75 63 0.31 0 0.16 0.71 148.7 0.18 0.25
Hex 34 4B 3F 1F 0 10 47 95 12 19
Octal 64 113 77 37 0 20 107 225 22 31
Binary 110100 1001011 111111 11111 0 10000 1000111 10010101 10010 11001

Color Harmonies of #344B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B3F

Black with #344B3F

Text Example


Text Example

White with #344B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344B3F; }

 p { color: rgb(52,75,63); }

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

background-color css

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

 a { background-color: rgb(52,75,63); }

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

border-color css

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

 span { border-color: rgb(52,75,63); }

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