Html Css Color HEX #384741 Te Papa Green

📋 copy color: '#384741'

red 56 ◦ green 71 ◦ blue 65

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

Shades of Te Papa Green #384741

Tints of Te Papa Green #384741

RGB

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

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

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

R = 29.17%
G = 36.98%
B = 33.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#384741 (or 0x384741) is known color: Te Papa Green. HEX triplet: 38, 47 and 41. RGB value is (56,71,65). Sum of RGB (Red+Green+Blue) = 56+71+65=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #384741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384741 is #C7B8BE. Grayscale: #414141. Windows color (decimal): -13088959 or 4278072. OLE color: 4278072.

HSL color Cylindrical-coordinate representation of color #384741: hue angle of 156º 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 #384741 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 65 -
CMYK 0.21 0 0.08 0.72
HSL 156º 0.12% 0.25% -
HSV(B) 156º 0.21% 0.28% -
XYZ 4.84 5.73 5.85 -
YUV 65.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 56 71 65 0.21 0 0.08 0.72 156 0.12 0.25
Hex 38 47 41 15 0 8 48 9C C 19
Octal 70 107 101 25 0 10 110 234 14 31
Binary 111000 1000111 1000001 10101 0 1000 1001000 10011100 1100 11001

Color Harmonies of #384741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384741

Black with #384741

Text Example


Text Example

White with #384741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384741; }

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

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

background-color css

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

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

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

border-color css

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

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

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