Html Css Color HEX #468356 Como

📋 copy color: '#468356'

red 70 ◦ green 131 ◦ blue 86

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

Shades of Como #468356

Tints of Como #468356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.97%

R = 24.39%
G = 45.64%
B = 29.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#468356 (or 0x468356) is known color: Como. HEX triplet: 46, 83 and 56. RGB value is (70,131,86). Sum of RGB (Red+Green+Blue) = 70+131+86=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #468356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468356 is #B97CA9. Grayscale: #6B6B6B. Windows color (decimal): -12156074 or 5669702. OLE color: 5669702.

HSL color Cylindrical-coordinate representation of color #468356: hue angle of 135.74º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468356 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 131 86 -
CMYK 0.47 0 0.34 0.49
HSL 135.74º 0.3% 0.39% -
HSV(B) 135.74º 0.47% 0.51% -
XYZ 12.32 18.21 11.67 -
YUV 107.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 70 131 86 0.47 0 0.34 0.49 135.74 0.3 0.39
Hex 46 83 56 2F 0 22 31 88 1E 27
Octal 106 203 126 57 0 42 61 210 36 47
Binary 1000110 10000011 1010110 101111 0 100010 110001 10001000 11110 100111

Color Harmonies of #468356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468356

Black with #468356

Text Example


Text Example

White with #468356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468356; }

 p { color: rgb(70,131,86); }

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

background-color css

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

 a { background-color: rgb(70,131,86); }

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

border-color css

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

 span { border-color: rgb(70,131,86); }

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