Html Css Color HEX #364B42 Te Papa Green

📋 copy color: '#364B42'

red 54 ◦ green 75 ◦ blue 66

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

Shades of Te Papa Green #364B42

Tints of Te Papa Green #364B42

RGB

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

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

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

R = 27.69%
G = 38.46%
B = 33.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#364B42 (or 0x364B42) is known color: Te Papa Green. HEX triplet: 36, 4B and 42. RGB value is (54,75,66). Sum of RGB (Red+Green+Blue) = 54+75+66=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #364B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B42 is #C9B4BD. Grayscale: #434343. Windows color (decimal): -13219006 or 4344630. OLE color: 4344630.

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

Color convert

RGB 54 75 66 -
CMYK 0.28 0 0.12 0.71
HSL 154.29º 0.16% 0.25% -
HSV(B) 154.29º 0.28% 0.29% -
XYZ 5.02 6.21 6.09 -
YUV 67.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 54 75 66 0.28 0 0.12 0.71 154.29 0.16 0.25
Hex 36 4B 42 1C 0 C 47 9A 10 19
Octal 66 113 102 34 0 14 107 232 20 31
Binary 110110 1001011 1000010 11100 0 1100 1000111 10011010 10000 11001

Color Harmonies of #364B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B42

Black with #364B42

Text Example


Text Example

White with #364B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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