Html Css Color HEX #384740 Te Papa Green

📋 copy color: '#384740'

red 56 ◦ green 71 ◦ blue 64

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

Shades of Te Papa Green #384740

Tints of Te Papa Green #384740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 29.32%
G = 37.17%
B = 33.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#384740 (or 0x384740) is known color: Te Papa Green. HEX triplet: 38, 47 and 40. RGB value is (56,71,64). Sum of RGB (Red+Green+Blue) = 56+71+64=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #384740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384740 is #C7B8BF. Grayscale: #414141. Windows color (decimal): -13088960 or 4212536. OLE color: 4212536.

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

Color convert

RGB 56 71 64 -
CMYK 0.21 0 0.10 0.72
HSL 152º 0.12% 0.25% -
HSV(B) 152º 0.21% 0.28% -
XYZ 4.81 5.72 5.7 -
YUV 65.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 56 71 64 0.21 0 0.10 0.72 152 0.12 0.25
Hex 38 47 40 15 0 A 48 98 C 19
Octal 70 107 100 25 0 12 110 230 14 31
Binary 111000 1000111 1000000 10101 0 1010 1001000 10011000 1100 11001

Color Harmonies of #384740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384740

Black with #384740

Text Example


Text Example

White with #384740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384740; }

 p { color: rgb(56,71,64); }

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

background-color css

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

 a { background-color: rgb(56,71,64); }

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

border-color css

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

 span { border-color: rgb(56,71,64); }

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