Html Css Color HEX #42835F Como

📋 copy color: '#42835F'

red 66 ◦ green 131 ◦ blue 95

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

Shades of Como #42835F

Tints of Como #42835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.86%

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

R = 22.6%
G = 44.86%
B = 32.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#42835F (or 0x42835F) is known color: Como. HEX triplet: 42, 83 and 5F. RGB value is (66,131,95). Sum of RGB (Red+Green+Blue) = 66+131+95=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #42835F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42835F is #BD7CA0. Grayscale: #6B6B6B. Windows color (decimal): -12418209 or 6259522. OLE color: 6259522.

HSL color Cylindrical-coordinate representation of color #42835F: hue angle of 146.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42835F is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 95 -
CMYK 0.50 0 0.27 0.49
HSL 146.77º 0.33% 0.39% -
HSV(B) 146.77º 0.5% 0.51% -
XYZ 12.43 18.22 13.69 -
YUV 107.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 66 131 95 0.50 0 0.27 0.49 146.77 0.33 0.39
Hex 42 83 5F 32 0 1B 31 93 21 27
Octal 102 203 137 62 0 33 61 223 41 47
Binary 1000010 10000011 1011111 110010 0 11011 110001 10010011 100001 100111

Color Harmonies of #42835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42835F

Black with #42835F

Text Example


Text Example

White with #42835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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