Html Css Color HEX #468A64 Como

📋 copy color: '#468A64'

red 70 ◦ green 138 ◦ blue 100

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

Shades of Como #468A64

Tints of Como #468A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.81%

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

R = 22.73%
G = 44.81%
B = 32.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#468A64 (or 0x468A64) is known color: Como. HEX triplet: 46, 8A and 64. RGB value is (70,138,100). Sum of RGB (Red+Green+Blue) = 70+138+100=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #468A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468A64 is #B9759B. Grayscale: #717171. Windows color (decimal): -12154268 or 6588998. OLE color: 6588998.

HSL color Cylindrical-coordinate representation of color #468A64: hue angle of 146.47º degrees, saturation: 0.33, 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 #468A64 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 138 100 -
CMYK 0.49 0 0.28 0.46
HSL 146.47º 0.33% 0.41% -
HSV(B) 146.47º 0.49% 0.54% -
XYZ 13.91 20.4 15.26 -
YUV 113.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 70 138 100 0.49 0 0.28 0.46 146.47 0.33 0.41
Hex 46 8A 64 31 0 1C 2E 92 21 29
Octal 106 212 144 61 0 34 56 222 41 51
Binary 1000110 10001010 1100100 110001 0 11100 101110 10010010 100001 101001

Color Harmonies of #468A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468A64

Black with #468A64

Text Example


Text Example

White with #468A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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