Html Css Color HEX #384941 Te Papa Green

📋 copy color: '#384941'

red 56 ◦ green 73 ◦ blue 65

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

Shades of Te Papa Green #384941

Tints of Te Papa Green #384941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

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

R = 28.87%
G = 37.63%
B = 33.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#384941 (or 0x384941) is known color: Te Papa Green. HEX triplet: 38, 49 and 41. RGB value is (56,73,65). Sum of RGB (Red+Green+Blue) = 56+73+65=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #384941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384941 is #C7B6BE. Grayscale: #434343. Windows color (decimal): -13088447 or 4278584. OLE color: 4278584.

HSL color Cylindrical-coordinate representation of color #384941: hue angle of 151.76º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384941 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 65 -
CMYK 0.23 0 0.11 0.71
HSL 151.76º 0.13% 0.25% -
HSV(B) 151.76º 0.23% 0.29% -
XYZ 4.97 5.99 5.89 -
YUV 67.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 56 73 65 0.23 0 0.11 0.71 151.76 0.13 0.25
Hex 38 49 41 17 0 B 47 98 D 19
Octal 70 111 101 27 0 13 107 230 15 31
Binary 111000 1001001 1000001 10111 0 1011 1000111 10011000 1101 11001

Color Harmonies of #384941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384941

Black with #384941

Text Example


Text Example

White with #384941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384941; }

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

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

background-color css

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

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

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

border-color css

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

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

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