Html Css Color HEX #384A41 Te Papa Green

📋 copy color: '#384A41'

red 56 ◦ green 74 ◦ blue 65

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

Shades of Te Papa Green #384A41

Tints of Te Papa Green #384A41

RGB

 RED value IS 56 (22.27% from 255) = 28.72%

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

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

R = 28.72%
G = 37.95%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#384A41 (or 0x384A41) is known color: Te Papa Green. HEX triplet: 38, 4A and 41. RGB value is (56,74,65). Sum of RGB (Red+Green+Blue) = 56+74+65=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 74 - color contains mainly: green. Hex color #384A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A41 is #C7B5BE. Grayscale: #434343. Windows color (decimal): -13088191 or 4278840. OLE color: 4278840.

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

Color convert

RGB 56 74 65 -
CMYK 0.24 0 0.12 0.71
HSL 150º 0.14% 0.25% -
HSV(B) 150º 0.24% 0.29% -
XYZ 5.03 6.12 5.92 -
YUV 67.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 56 74 65 0.24 0 0.12 0.71 150 0.14 0.25
Hex 38 4A 41 18 0 C 47 96 E 19
Octal 70 112 101 30 0 14 107 226 16 31
Binary 111000 1001010 1000001 11000 0 1100 1000111 10010110 1110 11001

Color Harmonies of #384A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A41

Black with #384A41

Text Example


Text Example

White with #384A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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