Html Css Color HEX #364A41 Te Papa Green

📋 copy color: '#364A41'

red 54 ◦ green 74 ◦ blue 65

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

Shades of Te Papa Green #364A41

Tints of Te Papa Green #364A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 27.98%
G = 38.34%
B = 33.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#364A41 (or 0x364A41) is known color: Te Papa Green. HEX triplet: 36, 4A and 41. RGB value is (54,74,65). Sum of RGB (Red+Green+Blue) = 54+74+65=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #364A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A41 is #C9B5BE. Grayscale: #434343. Windows color (decimal): -13219263 or 4278838. OLE color: 4278838.

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

Color convert

RGB 54 74 65 -
CMYK 0.27 0 0.12 0.71
HSL 153º 0.16% 0.25% -
HSV(B) 153º 0.27% 0.29% -
XYZ 4.92 6.06 5.91 -
YUV 66.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 54 74 65 0.27 0 0.12 0.71 153 0.16 0.25
Hex 36 4A 41 1B 0 C 47 99 10 19
Octal 66 112 101 33 0 14 107 231 20 31
Binary 110110 1001010 1000001 11011 0 1100 1000111 10011001 10000 11001

Color Harmonies of #364A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A41

Black with #364A41

Text Example


Text Example

White with #364A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,74,65); }

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

background-color css

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

 a { background-color: rgb(54,74,65); }

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

border-color css

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

 span { border-color: rgb(54,74,65); }

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