Html Css Color HEX #427364 Dark Green Copper

📋 copy color: '#427364'

red 66 ◦ green 115 ◦ blue 100

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

Shades of Dark Green Copper #427364

Tints of Dark Green Copper #427364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 23.49%
G = 40.93%
B = 35.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#427364 (or 0x427364) is known color: Dark Green Copper. HEX triplet: 42, 73 and 64. RGB value is (66,115,100). Sum of RGB (Red+Green+Blue) = 66+115+100=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #427364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427364 is #BD8C9B. Grayscale: #626262. Windows color (decimal): -12422300 or 6583106. OLE color: 6583106.

HSL color Cylindrical-coordinate representation of color #427364: hue angle of 161.63º 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 #427364 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 100 -
CMYK 0.43 0 0.13 0.55
HSL 161.63º 0.27% 0.35% -
HSV(B) 161.63º 0.43% 0.45% -
XYZ 10.68 14.34 14.26 -
YUV 98.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 66 115 100 0.43 0 0.13 0.55 161.63 0.27 0.35
Hex 42 73 64 2B 0 D 37 A2 1B 23
Octal 102 163 144 53 0 15 67 242 33 43
Binary 1000010 1110011 1100100 101011 0 1101 110111 10100010 11011 100011

Color Harmonies of #427364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427364

Black with #427364

Text Example


Text Example

White with #427364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427364; }

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

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

background-color css

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

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

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

border-color css

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

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

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