Html Css Color HEX #42736A Dark Green Copper

📋 copy color: '#42736A'

red 66 ◦ green 115 ◦ blue 106

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

Shades of Dark Green Copper #42736A

Tints of Dark Green Copper #42736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 23%
G = 40.07%
B = 36.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#42736A (or 0x42736A) is known color: Dark Green Copper. HEX triplet: 42, 73 and 6A. RGB value is (66,115,106). Sum of RGB (Red+Green+Blue) = 66+115+106=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #42736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42736A is #BD8C95. Grayscale: #636363. Windows color (decimal): -12422294 or 6976322. OLE color: 6976322.

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

Color convert

RGB 66 115 106 -
CMYK 0.43 0 0.08 0.55
HSL 168.98º 0.27% 0.35% -
HSV(B) 168.98º 0.43% 0.45% -
XYZ 10.98 14.46 15.85 -
YUV 99.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 66 115 106 0.43 0 0.08 0.55 168.98 0.27 0.35
Hex 42 73 6A 2B 0 8 37 A9 1B 23
Octal 102 163 152 53 0 10 67 251 33 43
Binary 1000010 1110011 1101010 101011 0 1000 110111 10101001 11011 100011

Color Harmonies of #42736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42736A

Black with #42736A

Text Example


Text Example

White with #42736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42736A; }

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

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

background-color css

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

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

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

border-color css

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

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

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