Html Css Color HEX #34413D Te Papa Green

📋 copy color: '#34413D'

red 52 ◦ green 65 ◦ blue 61

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

Shades of Te Papa Green #34413D

Tints of Te Papa Green #34413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.52%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 29.21%
G = 36.52%
B = 34.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#34413D (or 0x34413D) is known color: Te Papa Green. HEX triplet: 34, 41 and 3D. RGB value is (52,65,61). Sum of RGB (Red+Green+Blue) = 52+65+61=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #34413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34413D is #CBBEC2. Grayscale: #3C3C3C. Windows color (decimal): -13352643 or 4014388. OLE color: 4014388.

HSL color Cylindrical-coordinate representation of color #34413D: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #34413D is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 61 -
CMYK 0.20 0 0.06 0.75
HSL 161.54º 0.11% 0.23% -
HSV(B) 161.54º 0.2% 0.25% -
XYZ 4.15 4.85 5.13 -
YUV 60.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 52 65 61 0.20 0 0.06 0.75 161.54 0.11 0.23
Hex 34 41 3D 14 0 6 4B A2 B 17
Octal 64 101 75 24 0 6 113 242 13 27
Binary 110100 1000001 111101 10100 0 110 1001011 10100010 1011 10111

Color Harmonies of #34413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34413D

Black with #34413D

Text Example


Text Example

White with #34413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34413D; }

 p { color: rgb(52,65,61); }

 H1.HeaderClassName
 {
   color: #34413D;
 }
 .AnyTagClassName
 {
   color: #34413D;
 }
</style>

background-color css

<style>
 a { background-color: #34413D; }

 a { background-color: rgb(52,65,61); }

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

border-color css

<style>
 span { border-color: #34413D; }

 span { border-color: rgb(52,65,61); }

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