Html Css Color HEX #384540 Te Papa Green

📋 copy color: '#384540'

red 56 ◦ green 69 ◦ blue 64

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

Shades of Te Papa Green #384540

Tints of Te Papa Green #384540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

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

R = 29.63%
G = 36.51%
B = 33.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#384540 (or 0x384540) is known color: Te Papa Green. HEX triplet: 38, 45 and 40. RGB value is (56,69,64). Sum of RGB (Red+Green+Blue) = 56+69+64=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 69 - color contains mainly: green. Hex color #384540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384540 is #C7BABF. Grayscale: #404040. Windows color (decimal): -13089472 or 4212024. OLE color: 4212024.

HSL color Cylindrical-coordinate representation of color #384540: hue angle of 156.92º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #384540 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 64 -
CMYK 0.19 0 0.07 0.73
HSL 156.92º 0.1% 0.25% -
HSV(B) 156.92º 0.19% 0.27% -
XYZ 4.68 5.47 5.66 -
YUV 64.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 56 69 64 0.19 0 0.07 0.73 156.92 0.1 0.25
Hex 38 45 40 13 0 7 49 9D A 19
Octal 70 105 100 23 0 7 111 235 12 31
Binary 111000 1000101 1000000 10011 0 111 1001001 10011101 1010 11001

Color Harmonies of #384540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384540

Black with #384540

Text Example


Text Example

White with #384540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384540; }

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

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

background-color css

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

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

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

border-color css

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

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

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