Html Css Color HEX #468964 Como

📋 copy color: '#468964'

red 70 ◦ green 137 ◦ blue 100

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

Shades of Como #468964

Tints of Como #468964

RGB

 RED value IS 70 (27.73% from 255) = 22.8%

 GREEN value IS 137 (53.91% from 255) = 44.63%

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

R = 22.8%
G = 44.63%
B = 32.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#468964 (or 0x468964) is known color: Como. HEX triplet: 46, 89 and 64. RGB value is (70,137,100). Sum of RGB (Red+Green+Blue) = 70+137+100=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #468964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468964 is #B9769B. Grayscale: #707070. Windows color (decimal): -12154524 or 6588742. OLE color: 6588742.

HSL color Cylindrical-coordinate representation of color #468964: hue angle of 146.87º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468964 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 137 100 -
CMYK 0.49 0 0.27 0.46
HSL 146.87º 0.32% 0.41% -
HSV(B) 146.87º 0.49% 0.54% -
XYZ 13.77 20.11 15.21 -
YUV 112.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 70 137 100 0.49 0 0.27 0.46 146.87 0.32 0.41
Hex 46 89 64 31 0 1B 2E 93 20 29
Octal 106 211 144 61 0 33 56 223 40 51
Binary 1000110 10001001 1100100 110001 0 11011 101110 10010011 100000 101001

Color Harmonies of #468964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468964

Black with #468964

Text Example


Text Example

White with #468964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468964; }

 p { color: rgb(70,137,100); }

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

background-color css

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

 a { background-color: rgb(70,137,100); }

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

border-color css

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

 span { border-color: rgb(70,137,100); }

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