Html Css Color HEX #42825D Como

📋 copy color: '#42825D'

red 66 ◦ green 130 ◦ blue 93

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

Shades of Como #42825D

Tints of Como #42825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 22.84%
G = 44.98%
B = 32.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#42825D (or 0x42825D) is known color: Como. HEX triplet: 42, 82 and 5D. RGB value is (66,130,93). Sum of RGB (Red+Green+Blue) = 66+130+93=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #42825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42825D is #BD7DA2. Grayscale: #6A6A6A. Windows color (decimal): -12418467 or 6128194. OLE color: 6128194.

HSL color Cylindrical-coordinate representation of color #42825D: hue angle of 145.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42825D is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 93 -
CMYK 0.49 0 0.28 0.49
HSL 145.31º 0.33% 0.38% -
HSV(B) 145.31º 0.49% 0.51% -
XYZ 12.21 17.91 13.17 -
YUV 106.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 66 130 93 0.49 0 0.28 0.49 145.31 0.33 0.38
Hex 42 82 5D 31 0 1C 31 91 21 26
Octal 102 202 135 61 0 34 61 221 41 46
Binary 1000010 10000010 1011101 110001 0 11100 110001 10010001 100001 100110

Color Harmonies of #42825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42825D

Black with #42825D

Text Example


Text Example

White with #42825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42825D; }

 p { color: rgb(66,130,93); }

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

background-color css

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

 a { background-color: rgb(66,130,93); }

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

border-color css

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

 span { border-color: rgb(66,130,93); }

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