Html Css Color HEX #42825F Como

📋 copy color: '#42825F'

red 66 ◦ green 130 ◦ blue 95

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

Shades of Como #42825F

Tints of Como #42825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 22.68%
G = 44.67%
B = 32.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#42825F (or 0x42825F) is known color: Como. HEX triplet: 42, 82 and 5F. RGB value is (66,130,95). Sum of RGB (Red+Green+Blue) = 66+130+95=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #42825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42825F is #BD7DA0. Grayscale: #6A6A6A. Windows color (decimal): -12418465 or 6259266. OLE color: 6259266.

HSL color Cylindrical-coordinate representation of color #42825F: hue angle of 147.19º 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 #42825F is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 95 -
CMYK 0.49 0 0.27 0.49
HSL 147.19º 0.33% 0.38% -
HSV(B) 147.19º 0.49% 0.51% -
XYZ 12.29 17.95 13.64 -
YUV 106.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 66 130 95 0.49 0 0.27 0.49 147.19 0.33 0.38
Hex 42 82 5F 31 0 1B 31 93 21 26
Octal 102 202 137 61 0 33 61 223 41 46
Binary 1000010 10000010 1011111 110001 0 11011 110001 10010011 100001 100110

Color Harmonies of #42825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42825F

Black with #42825F

Text Example


Text Example

White with #42825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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