Html Css Color HEX #427367 Dark Green Copper

📋 copy color: '#427367'

red 66 ◦ green 115 ◦ blue 103

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

Shades of Dark Green Copper #427367

Tints of Dark Green Copper #427367

RGB

 RED value IS 66 (26.17% from 255) = 23.24%

 GREEN value IS 115 (45.31% from 255) = 40.49%

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 23.24%
G = 40.49%
B = 36.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#427367 (or 0x427367) is known color: Dark Green Copper. HEX triplet: 42, 73 and 67. RGB value is (66,115,103). Sum of RGB (Red+Green+Blue) = 66+115+103=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #427367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427367 is #BD8C98. Grayscale: #626262. Windows color (decimal): -12422297 or 6779714. OLE color: 6779714.

HSL color Cylindrical-coordinate representation of color #427367: hue angle of 165.31º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427367 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 103 -
CMYK 0.43 0 0.10 0.55
HSL 165.31º 0.27% 0.35% -
HSV(B) 165.31º 0.43% 0.45% -
XYZ 10.83 14.4 15.04 -
YUV 98.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 66 115 103 0.43 0 0.10 0.55 165.31 0.27 0.35
Hex 42 73 67 2B 0 A 37 A5 1B 23
Octal 102 163 147 53 0 12 67 245 33 43
Binary 1000010 1110011 1100111 101011 0 1010 110111 10100101 11011 100011

Color Harmonies of #427367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427367

Black with #427367

Text Example


Text Example

White with #427367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427367; }

 p { color: rgb(66,115,103); }

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

background-color css

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

 a { background-color: rgb(66,115,103); }

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

border-color css

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

 span { border-color: rgb(66,115,103); }

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