Html Css Color HEX #438278 Dark Green Copper

📋 copy color: '#438278'

red 67 ◦ green 130 ◦ blue 120

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

Shades of Dark Green Copper #438278

Tints of Dark Green Copper #438278

RGB

 RED value IS 67 (26.56% from 255) = 21.14%

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 21.14%
G = 41.01%
B = 37.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#438278 (or 0x438278) is known color: Dark Green Copper. HEX triplet: 43, 82 and 78. RGB value is (67,130,120). Sum of RGB (Red+Green+Blue) = 67+130+120=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #438278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438278 is #BC7D87. Grayscale: #6E6E6E. Windows color (decimal): -12352904 or 7897667. OLE color: 7897667.

HSL color Cylindrical-coordinate representation of color #438278: hue angle of 170.48º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438278 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 130 120 -
CMYK 0.48 0 0.08 0.49
HSL 170.48º 0.32% 0.39% -
HSV(B) 170.48º 0.48% 0.51% -
XYZ 13.69 18.51 20.62 -
YUV 110.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 67 130 120 0.48 0 0.08 0.49 170.48 0.32 0.39
Hex 43 82 78 30 0 8 31 AA 20 27
Octal 103 202 170 60 0 10 61 252 40 47
Binary 1000011 10000010 1111000 110000 0 1000 110001 10101010 100000 100111

Color Harmonies of #438278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438278

Black with #438278

Text Example


Text Example

White with #438278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438278; }

 p { color: rgb(67,130,120); }

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

background-color css

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

 a { background-color: rgb(67,130,120); }

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

border-color css

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

 span { border-color: rgb(67,130,120); }

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