Html Css Color HEX #364742 Te Papa Green

📋 copy color: '#364742'

red 54 ◦ green 71 ◦ blue 66

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

Shades of Te Papa Green #364742

Tints of Te Papa Green #364742

RGB

 RED value IS 54 (21.48% from 255) = 28.27%

 GREEN value IS 71 (28.13% from 255) = 37.17%

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

R = 28.27%
G = 37.17%
B = 34.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#364742 (or 0x364742) is known color: Te Papa Green. HEX triplet: 36, 47 and 42. RGB value is (54,71,66). Sum of RGB (Red+Green+Blue) = 54+71+66=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #364742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364742 is #C9B8BD. Grayscale: #414141. Windows color (decimal): -13220030 or 4343606. OLE color: 4343606.

HSL color Cylindrical-coordinate representation of color #364742: hue angle of 162.35º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #364742 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 71 66 -
CMYK 0.24 0 0.07 0.72
HSL 162.35º 0.14% 0.25% -
HSV(B) 162.35º 0.24% 0.28% -
XYZ 4.76 5.68 6 -
YUV 65.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 54 71 66 0.24 0 0.07 0.72 162.35 0.14 0.25
Hex 36 47 42 18 0 7 48 A2 E 19
Octal 66 107 102 30 0 7 110 242 16 31
Binary 110110 1000111 1000010 11000 0 111 1001000 10100010 1110 11001

Color Harmonies of #364742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364742

Black with #364742

Text Example


Text Example

White with #364742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364742; }

 p { color: rgb(54,71,66); }

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

background-color css

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

 a { background-color: rgb(54,71,66); }

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

border-color css

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

 span { border-color: rgb(54,71,66); }

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